/******* 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, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html { background: #fff url(http://dl.getdropbox.com/u/67381/bg.jpg) no-repeat center center; height: 100%; overflow:scroll; }
body {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	height: 100%;
	width:100%;
}
p.spacer { margin-bottom: 25px; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ol, ul { list-style: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/******* MAIN *******/
a:link { color: #CF7F18; }

a:visited { color: #AD660C; }

a:hover, a:focus { color: #FF9814; text-decoration:none; }

p { font-size: 1.6em; line-height: 1.5em; margin: .5em 0; }

h1 { color: #9CA716; font-size: 3.5em; font-weight: normal; }

#container {
	display: block;
	position: absolute;
	padding: 0;
	width: 100%;
	height: 210px;
	background: #fff;
	top: 50%;
	margin: -100px 0 0 0;
	border: solid #E69623;
	border-width: 3px 0 3px 0;
	opacity: 0.87;
	-moz-opacity: 0.87;
	filter: alpha(opacity=87);
}

#content {
	position: relative;
	display: block;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 21px;
}

#footer {
	bottom: 0;
	color: #999;
	font-size: .6em;
	position: absolute;
	text-align: center;
	width: 100%;
}