body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
 #content a{
	color: #000;
	text-decoration: none;
}

#logo{
	width: 280px;
}
#logo img{
	width:250px;
}
 #content h2{
	color: #000;
	margin-top:5px;	
}

#content{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
	body{	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-color:#CCC;
	}
	
	 #content h2{
	color: #000;
	margin-top:5px;	
}
}

