/* 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:800px;
	/*height:610px;
	overflow:hidden;*/
	margin:0 auto;
	text-align:center;
}

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

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

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


#footer a:hover {
	color:#990000;
}

