/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;
	
}

ol, ul {
	list-style: none;
}

a img {border:none}
a:link, a:visited{color:#fff ;text-decoration:none;border: 0;}
a:hover {text-decoration:none;}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/


	
body {
	background-color: #f3f3f3;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 28px;
}


#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#wrapper > img {
	width: 100%;
	display: block;
}
#wrapper a.fb {
	position: absolute;
	bottom: 22px;
	left: 324px;
	text-indent: -20000px;

	display: block;
	width: 332px;
	height: 145px;
	background-image:  url(raptomaniafb.png);
    background-position: left;
    background-repeat: no-repeat;
}

#wrapper a.fb:hover {
	background-position: right;
}






