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

body {
	height: 100%;
	background-color:#b7b6a9;
}

#container {
	height:705px;
	width:789px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height:92px;
	width:789px;
	background-image:url(../index-images/1-header.png);
	
}

#content {
	height:524px;
	width:789px;
	float:left;
	background-image:url(../index-images/6-main.png);
}

#footer {
	height:88px;
	width:789px;
	float:left;
}

