body{
	width: 100%;
	height: 100%;
	background-image:url('../img/Background.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}

#header{
	background-image:url('../img/Header.jpg');
}

.container960{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	float:left;
	margin-left:36px;
	margin-top:0px;
	margin-bottom:0px;
}
.cl{
	clear:both;
}
#header ul{
	float:right;
	list-style:none;
	margin-top:20px;
}
#header ul li{
	display:inline;
	margin:0px 15px;
}
#header ul li a{
	color:white;
	text-decoration:none;
}
#header ul li a:hover{
	color:skyblue;
}
.imgfloat{
	float:left;

}
#footer {
	text-aligN:center;
}
#footer hr{
	margin:24px 0px;
}
#footer ul{
	list-style:none;
}

#footer ul li{
	display:inline;
	margin:0px 15px;
}
#footer ul li a{
	color:#162529;
	text-decoration:none;
}