body{
	background-image:url(../images/design/blurriedHill.jpg);
	background-size:cover;
	background-attachment: fixed;
}
.header{
	width:100%;
	height:50px;
}
.menu{
	margin-left:10px;
	margin-top:10px;
	float:left;
	
}
.logo{
	float:right;
	margin-right:10px;
	margin-top:10px;
	background-image:url(../images/design/logo_small.png);
	width:350px;
	height:40px;
}
.main{
	width:80%;
	margin-top:10px;
}
