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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
:focus {
    outline: 0 none;
}
body {
    background: none repeat scroll 0 0 white;
    color: black;
    line-height: 1;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

body{
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
	font-family: "Helvetica Neue", helvetica, tahoma, arial, sans-serif;
	font-size: 20px;
	font-weight:200;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#content {
    background-repeat: repeat;
    font-weight: 300;
    left: 50%;
    max-width: 320px;
    min-width: 200px;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}


#logo {
    margin-bottom: 60px;
    text-align: center;
}

#logo img{
    height: auto;
    width: 100%;
}

h1{
	font-size:27px;
	color: #000;
	line-height: 24px;
	font-weight:400;
	margin-bottom:30px;
}

#contact {
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

#contact p{
	line-height: 24px;
}

#contact a{
	text-decoration: none;
	color: #f07841;
}

#contact a:hover{
	color:#000;}

h2{
	font-weight: 400;
	margin-bottom:10px;
	font-style: italic;
}

strong{
	font-weight: 400;
}

