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

#background{
	z-index: 1;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 1100px;
}
#container_header{
	z-index: 100;
	width: 1100px;
	height: 130px;
	clear: both;
}
#main_navigation{
	z-index: 500;
	width: 1000px;
	height: 30px;
	clear: both;
	margin-left: 50px;
}
#container_body{
	z-index: 10;
	margin-left: 50px;
	width: 1000px;
	height: auto;
	clear: both;
}
#container_footer{
	z-index: 100;
	width: 1000px;
	height: 40px;
	margin-left: 50px;
	border-top: solid #333 1px;
	clear: both;
}
body {
	background-color: #DCDCDC;
}
