/* CSS Build Brent Simmons 2010 */

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,
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;
	list-style:            none;
}
:focus{
	outline:               0;}
abbr{
	border:                none;}
hr,
br,
.hide{
    display:               none;}
*{
    outline:               none;}
ul,
li,
dd,
dl{
    list-style:            none;}
::-moz-selection,
::selection,
code::-moz-selection,
code::selection{           background:Transparent;
	                       color:#999;
}
/* Html & Body Wrappers*/
html{
	margin:                0;
	padding:               0;
	border:                0;
	height:                100%;
	display:               block; /* For iPhone */
}
body{
    margin:                0;
    padding:               0;
    background-color:      #000000;
    background-image:      url(/_site/imgs/bg.jpg);
    background-repeat:     no-repeat;
    background-position:   top left;
    background-attachment: fixed;
    display:               block; /* Just in case for iPhone */
    text-align:            center;
	font-size:             20px;
	font-family:           "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:                 #fff;
}
a,
a:link,
a:active,
a:visited{
	color:                 #9F7E53;
	text-decoration:       none;
}
a:hover{
	color:                 #6bb5fc;
	text-decoration:       none;
}
#wrapper{
	background-color:      transparent;
	width:                 45em; /* 900px */
	padding:               0;
	margin:                0 auto;
	display:               block;
	font-size:             65%;
	font-weight:           300;
	text-align:            left;
}