/*----------------- 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 {
	margin: 				0px;
	padding:                0px;
	border: 				0px;
	outline: 				0px;
	font-size: 				100%;
	vertical-align: 		baseline;
	background: 			transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: 			none;
}
blockquote, q {
	quotes: 				none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: 				'';
	content: 				none;
}

/* remember to define focus styles! */
:focus {
	outline: 				0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 		none;
}
del {
	text-decoration: 		line-through;
}
.font11 {
	font-size: 11px;
}
.green {
	color: #6fbfd4;
}
/*----------------- Body ---------------- */
body {
	background:				#FFF url(../images/backgrounds/bg-main.jpg) no-repeat top center;
	margin: 				0px;
	padding: 	    	  	0px;
	font: 					14px/16px Arial, Helvetica, sans-serif;
}
#wrapper-background {
	height: 				100%;
	width: 					100%;
	background:				#000;
	margin: 			    0px;
	padding: 	            0px;	
	position:				fixed;
	top: 					0px;
	left: 					0px;	
	text-align: 			center;
	z-index:				-5;
}
#background {
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	padding: 160px 0px 0px 0px;
	text-align: center;
}
