@charset "utf-8";
/* CSS Document */

body{
	height: auto;
	width: 100%;
	background: #970d0b;
	background-image:url("../img/background.png");   
	height: 500px;   
	background-repeat:no-repeat;      
	background-size:contain;      
	background-position:top;
	
}
.link{
	height: 250px;
	width: 250px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}
@media (max-width: 400px){
	body{
		z-index: -1;    
		background-image:url("../img/background-mobile.png");   
		height: 660px;  
		background-repeat:no-repeat;      
		background-size:contain;      
		background-position:top;
	}
}
@media (max-width: 500px){
	body{
		z-index: -1;    
		background-image:url("../img/background-mobile.png");   
		height: 760px;  
		background-repeat:no-repeat;      
		background-size:contain;      
		background-position:top;
	}
}