@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(assets/gradient.jpg) repeat-x center #ffffff;
	font-family:Arial;
}
#background {
	background: url(assets/clouds.png) no-repeat center;
	height:700px;
	width:100%;
}
#wrapper { 
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#logo { 
	background: url(assets/logo.png) no-repeat left;	
	height: 224px;
	float:left;
    margin: 300px 292px 0;
    width: 376px;
}
#logo a {
	text-indent: -9999px;
	display:block;
	height: 235px;
	width: 376px;
}
#contact {
	margin: 0 auto;
    width: 120px;
}
#contact a { 
	text-decoration:none;
	color:gray;	
}

/*if the screen resolution is above 480px*/
@media screen and (min-width: 480px) {
 
	nav { 
 		display: none;
	}

}

