
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;


}

html
{
	overflow-y: scroll;
}

body {
    line-height:1;
}


a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}



a
{
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
}




/*Body & HTML & 
-------------------------------------------------------------------------------------*/

html
{
	background:#222a30;
	font-size: 2em;
	font-family:"Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
	height:100%;
	height:100%;
	width:100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.container
{
	width:940px;
	margin:0px auto;
	position:relative;
}

#header
{
	background:#222a30 url('background-logo.png') top center no-repeat;
	text-align:center;
	padding:50px 0 20px 0;
	margin-top: 250px;
	min-height: 599px;
}

#header .container
{
	padding: 25px 0 0 0;
}

#header .headertype
{
	width:auto;
	min-height:124px;
}



