#main-conainer {
	width: 900px;
	height: 520px;
	margin: 0px auto;
	overflow: hidden;
}
#container {
	width: 830px;
	height: 400px;
	margin: 0;
	position: relative;
	overflow: hidden;
	background-image: url(../img/content-background.png);
	padding: 15px 35px 5px 35px;
}
#content {
	width: 830px;
	height: 400px;
}
#content-menu {
	width: 900px;
	height: 70px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#content-menu-base {
	width: 865px;
	height: 15px;
	z-index: 10;
	background-image: url(../img/menu-base.png);
	color: #666;
	text-align: right;
	padding: 15px 35px 0 0;
	font-size: 10px;
	background-repeat: no-repeat;
}
#footer {
	width: 850px;
	height: 50px;
	z-index: 9998;
	margin: 0 auto;
}
body {
	margin-top: 15px;
	background-color: #ECEBEB;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
