<!--

body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana;
	color: #CCCCCC;
	text-align: center;
	background-image: url(../main/bg_top.gif);
	background-repeat: repeat-x;
}

html, body { height: 100%; }

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 783px;
	min-height: 100%;
	background-color: #343434;
}

*html #container { height: 100%; }

#menu_top {
	margin: 0px;
	padding: 0px;
	background: url(../main/menu_top.gif) top;
	background-repeat: no-repeat;
	height: 34px;
	width: 783px;
}

.menu_top_link {
	float: right;
	font-size: 9px;
	font-weight: bold;
	color: #c0c0c0;
	text-decoration: none;
	margin-top: 7px;
	margin-right: 11px;
}

.menu_top_link:hover { 
	color: #FFFFFF;
	text-decoration: none;
}

#ban {
	margin: 0px;
	padding: 0px;
	background: url(../main/ban.jpg) top;
	background-repeat: no-repeat;
	height: 130px;
	width: 783px;
}

#ban a {
	float: left;
	height: 130px;
	width: 783px;
}
#ban_admin {
	margin: 0px;
	padding: 0px;
	background: url(../main/ban_admin.jpg) top;
	background-repeat: no-repeat;
	height: 130px;
	width: 783px;
}

#main_buffer {
	margin: 0px;
	padding: 0px;
	background: url(../main/main_buffer.gif) top;
	background-repeat: no-repeat;
	height: 29px;
	width: 783px;
}

#main {
	float: left;
	width: 783px;
	margin: 0px;
	padding: 0px;
	background-color: #343434;
}

#main_home {
	float: left;
	width: 783px;
	margin: 0px;
	background: url(../home/bg.jpg) #343434;
	background-repeat: no-repeat;
}

.clear {
	clear:both;
	height: 54px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	margin-top: -54px;
	background: url(../main/footer.gif) bottom;
	background-repeat: no-repeat;
	height: 54px;
	width: 783px;
	clear: both;
}

#footer_text_left {
	float: left;
	font-weight: bold;
	color: #bababa;
	margin-top: 35px;
	margin-left: 50px;
}

*html #footer_text_left { margin-left: 25px; }

-->
