@charset "utf-8";

#menu
{
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	border: 1px solid #745828;
	height: 29px;
	text-align: center;
}

.menubreak
{
	width: 1px;
	height: 29px;
	background-image: url(imgs/div_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


#main
{
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(imgs/body_bk.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #745828;
	border-left-color: #745828;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

#footer
{
	width: 919px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(imgs/fade_bk.jpg);
	background-repeat: no-repeat;
}
