/* @group main/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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

small {
	font-size: 70%;
}


/* @end */


/* @group basics */

body {
	color: #555555;
	background-color: #fff;
	font: 1.1em/1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clear {

	clear: both;

}

.center {
	text-align: center;
}

img {
	border: none;	
}

p {
	letter-spacing: 0.07em;
}

a {
	color: #e93735;
	text-decoration:none;
	padding: 5px;
}

a:hover {
	background-color:#e93735;
	color: #fff;
	text-shadow: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

h1 {
	line-height: 1.6em;
	float: left;
	margin-bottom: 0.4em;
	font-size: 3.6em;
}

h2 {
	font-size: 1.8em;
	color: #F1F162;
	text-shadow: black 2px 2px 0;
	line-height: 1.3em;
	margin-bottom: 0.4em;
	margin-top: 1.1em;
	clear: left;
}

/* @end */


/* @group content */

#container {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	text-align: center;
	background: url(logo.png) no-repeat center top;
	padding-top: 320px;
	margin-right: auto;
	margin-top: 16%;
	margin-left: auto;
}

/* @end */
