@charset "utf-8";
/* error Docs */
*{
	margin:0;
	padding:0;
}
html, body{
	width:100%;
}
body{
	border-top:2px solid #b95b33;
	font:8pt "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#ccc;
	background:#000 url(bg.png) top repeat-x;
}
div{
	position:relative;
	margin:0 auto;
	padding-top:85px;
	width:760px;
	height:300px;
	background:url(bgint.png) no-repeat;
}
h1{
	margin:0 auto;
	width:480px;
	height:50px;
}
h1 a{
	display:block;
	height:50px;
}
h1 a span{
	display:none;
}
h2{
	margin:25px auto 5px auto;
	padding-bottom:5px;
	width:460px;
	border-bottom:1px solid #616261;
	text-align:center;
	font:17pt Georgia, "Times New Roman", Times, serif;
	color:#aee0cf;
}
p{
	margin:0 auto;
	width:460px;
	line-height:1.5em;
}
p span{
	color:#999;
}
#b{
	position:absolute;
	left:340px;
	top:343px;
	display:block;
	width:80px;
	height:26px;
	background:url(btback.png) no-repeat;
}
#b:hover{
	background-position:0 -26px;
}
#b:active{
	background-position:0 0;
}
#b span{
	display:none;
}
#w{
	position:absolute;
	left:140px;
	top:400px;
	display:block;
	border-top:1px solid #333;
	width:480px;
	height:20px;
	text-align:center;
	text-decoration:none;
	font:8pt Arial, Helvetica, sans-serif;
	color:#666;
}
#w:hover{
	color:#ccc;
}

