/*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 {margin:0; padding:0; border:0; outline:0; 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;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	margin:0px;
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: #f9f9f9;
	background-image: url('../img/html-photoshop.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: #ffffff;
}

a {

	color: #f5f5f5;
	text-decoration: none;
	font-weight: normal;

}

a:hover {

	color: #66cc66;

}

img {

	width: 100%;

}

header {

	background: #000000;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	/* border-bottom: 2px solid #339933; */
	box-shadow: 0px 0px 5px 5px #000000;
	z-index: 100;

}

#logo{

	margin: 5px;
	float: left;
	width: 400px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}



section {

	margin: 100px auto auto 30px;
	max-width: 980px;
	position: relative;
	/*padding: 20px*/

}

h1 {

	font-size: 2em;
	color: #f9f9f9;
	line-height: 1.15em;
	margin: 10px 0  ;

}

h2 {

	font-size: 6em;
	color: #f9f9f9;
	margin: 40px auto 40px auto;

}

p {
	
	margin: 10px auto 35px 5px;
	color: #f9f9f9;

}

