

body{
	background:#fff;
	color:pink;
	margin:0px;
	background-image: URL(images/bg.jpg);
	background-repeat: repeat-x;
}

#container{
	background:#FFF;
	width:960px;
	height:100%;
	margin-left:0;
	margin-right:auto;
}

#header{
	width:960px;
	height:142px;
	background:#444343;
	
}

#body{
	width:1600px;
	height:600px;
	background-image: URL(images/background.jpg);
	padding-top:64px;
}

#footer{
	width:1600px;
	height:75px;
	background:#454545;
}

.float {
	float:left;
}

.clearfix {
	clear:left;
}
