/* ------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

/* ---------------- General Styles --------------- */
body {
	font-family: Arial, Verdana, sans-serif;
	font-size:62.8%;
}
a:link {
	text-decoration: underline;
	color:#000000;
}
a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color:#000000;
}
p{ 
	margin: 0 0 10px 0;
}
h1, h2, h3, h4{
	margin: 5px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
.skip, hr {
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}

/* ---------------- Layout --------------- */
.container{
	position:absolute; 
	width:100%; 
	height:100%;
	overflow:auto;
	top:0;
	bottom:0;
	left:0; 
	z-index:2;
}
.content{
	width:980px;
	margin:auto;
}
.footer{
	
}
.footer span{
	font-size:10px;
	color:#000000;
}
.footer a{
	font-size:10px;
	text-decoration:none;
	color:#000000;
}

.background{
	position:absolute;
	width:100%;
	top:0;
	z-index:1; 
}
.background img{
	width:100%;
}
.clear{
	clear:both;
}
.privacy{
	font-size:10px;
}
.hidden{
	visibility:hidden;
}
.error{
	font-size:12px;
	font-weight:bold;
	display:none;
}
