/***************************************************
			      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: inherit;
	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:underline;}

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


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


body {
	background-color: #000;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 40px;
}

#wrapper {
	width: 85%;
	margin: 160px auto;
}

h1 {
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 32px;
	color: #ffffff;
}
h2  { 
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 20px;
	line-height:24px;
	font-weight:normal;
	margin: 20px 0px;
	color: #ffffff;
}
h3  { 
	font-family: Helvetica Neue, Arial, sans-serif;
	font-size: 16px;
	line-height:24px;
	font-weight:normal;
	color: #ffffff;
}
p {
	margin-top: 30px;
	line-height: 0.9em;
}

img {	
	margin-right: 10px;
}

















