/* css-document*/

html {
	 width:100%;
}

* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}

/* body */
body {
	text-align:center;
	background:#333333;
	color:#666666;
	font-family:"trebuchet ms", helvetica, sans-serif;
	font-size:12px;
	padding-top:20px;
}

/* container */

#wrapper {
	width:860px;
	/*height:610px;
	overflow:hidden;*/
	margin:0 auto;
	text-align:center;
	background:url('img/backg.jpg') no-repeat;
}

#wrapper2 {
	width:860px;
	margin:0 auto;
	text-align:center;
}

#bodybox {
	/*clear:all;
	background:url('img/bg4.jpg') no-repeat;*/
	width:860px;
	height:610px;
	overflow:hidden;
}

/* footer */
#footer {
	color:#666666;
	font-size:10px;
	height:30px;
	text-align:center;
	width:850px;
	padding-top:15px;
}
#footer a {
	color:#CCCCCC;
}

#footer ul {
	list-style:none;
	font-weight:normal;
}
#footer ul li {
	float:left;
	list-style:none;
	width:auto;
}
#footer ul li a {
	color:#666666;
	display:block;
	padding-left:32px;
	width:auto;
}
#footer ul li a:hover {
	color:#FFFFCC;
}
#footer ul li a.active {
	color:#FFFFCC;
}

