@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {outline: 0;}
img{border:none; padding:0; margin:0;}
p { line-height:1.5em; margin:0 0 1em 0; }
body{
	overflow:hidden;
	background-color:#191919;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
}
a:hover{
	color:#CCC;
	text-decoration:none;
}
a{
	color:#FF6600;
	text-decoration:none;
	font-style:italic;
}
#main{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#page{	
	width:314px;
	height:534px;
	padding-top:115px;
	margin:25px auto;
	text-align:center;
	background:url(../images/page.png) no-repeat top left;
}
#page span{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}
#logo{
	width:130px;
	height:34px;
	background:url(../images/logo.png) no-repeat top left;
	margin:0 auto;	
	margin-bottom:20px;
}
#button{
	display:block;
	text-align:center;
	margin-top:30px;
	height:22px;
	background:url(../images/button.png) no-repeat top center;
	text-indent:-9999px;
}
#button:hover,#button:active,#button:focus{ background-position:center -23px;}
#under{
	width:436px;
	height:381px;
	margin:100px auto 0 auto;
}
#ref-container{
	width:620px;
	height:290px;
	overflow:hidden;
	background-color:#0A0A0A;
}
#left-col{
	width:310px;
	float:left;
	height:290px;
}

#right-col{
	width:310px;
	float:right;
	height:290px;
}
#ref-content{
	padding:0 10px;
	position:relative;
	height:290px;
}
#ref-content img#ref-logo{	
	margin-bottom:10px;
}
#ref-content h3{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #FFF;
}
#ref-content ul{
	display:block;
	padding:0;
	margin:0;
}
#ref-content ul li{
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}
#link{
	position:absolute;
	left:10px;
	bottom:5px;
}

#ref-tec { position:absolute; left:10px; top:155px; width:290px;}