@charset "utf-8";
/* CSS Document */

/******************************************************************************
reset
*******************************************************************************/
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; } /* remember to define focus styles! */
body { line-height:1; }
/******************************************************************************
standards
*******************************************************************************/
*,html,body {
    font-size: 100.01%;
}
body {
    font: 85.00% Helvetica, Arial, Verdana, Geneva, sans-serif;
	text-align:center;
	background-color:#181309;
	color:#fff;
}
a:link, a:visited, a:active, a:hover {	
	color:#fff;
	text-decoration:none;
}
a:hover,a:active {	
	color:#939c9e;
	text-decoration:underline;
}
/******************************************************************************
page elements
*******************************************************************************/
#wrapper {
	text-align:left;
	margin:0 auto;
	width:840px;
	/*border-right:1px solid white;
	border-left:1px solid white;*/
}
#header {
	width:840px;
	height:105px;
}
/*
#da8305
#939c9e
*/