html,body {
	background:url('../img/bg_small.jpg') no-repeat top right fixed #fff;
}
#container {
	margin:10px auto 0px auto;
	padding:0px;
	height:auto;
	width:980px;
	overflow:show;
	position:relative;
	z-index:2;
}
#logo {
	float:right;
	position:absolute;
	padding:5px;
	width:310px;
	height:61px;
	overflow:hidden;
	z-index:10;
	bottom:0px;
	right:0px;
}
#content {
	position:relative;
	height:660px;
	width:980px;
	z-index:2;
}
#content_center {
	width:980px;
	height:660px;
	padding:0 auto 0 auto
	float:none;
	overflow:auto;
}
#footer {
	text-align:center;
	font-size:smaller;
	width:100%;
	height:26px;
	color:#ccc;
}
#footer p {
	display:inline;
	width:200px;
	line-height:24px;
}
#footer ul {
	display:inline;
}
#footer ul li {
	display:inline;
	line-height:24px;
}
#footer a{
	color:#ccc;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul li ul {
	display:none;
}

