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


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, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%; 
	vertical-align: baseline;
}
*{ margin:0; padding:0; }

html, body {
	background: #051229 url(imgs/bg.jpg) no-repeat;
	background-position: center top;
	text-align:left;
	line-height:1.5em;
	color:#666;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap {width:860px; margin:0 auto; padding-top:250px; }

#left {width:480px; float:left; }

#right {width:360px; float:right; }

h1 {color:#b2b563; font-weight:bold; font-size:22px; padding:0 0 20px 0}

p {color:white; font-size:14px; font-weight:normal; padding:0 0 10px 0;}

a {color:#b2b563;}

a:hover {color:white;}
