/* @group reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, strong, form {
	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-color: white;
}

em {
	font-style: italic;
}

/* @end */

/* @group structure */

body {
	color: #3C3C3C;
	font: 10.5px Helvetica, Arial, sans-serif;
}

body.press-scan {
	background-color: #929292;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #3C3C3C;
	text-decoration: none;
}

a:hover {
	color: black;
}



/* @end */

/* @group main */

#main {
	margin-top: 74px;
	text-align: center;
}

#main img {
	margin-bottom: 35px;
}

div.arrows {
	margin-top: 20px;
	font-size: 10.5px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	line-height: 16px;
}

#arrow-left {
	background: url(../images/arrow-left.gif) no-repeat;
	display: block;
	width: 14px;
	height: 16px;
	text-indent: -9999px;
	float: left;
}

#arrow-left:hover {
	background: url(../images/arrow-left-on.gif) no-repeat;
}

#arrow-right {
	background: url(../images/arrow-right.gif) no-repeat;
	display: block;
	width: 14px;
	height: 16px;
	text-indent: -9999px;
	float: right;
}

#arrow-right:hover {
	background: url(../images/arrow-right-on.gif) no-repeat;
}

div.back {
	margin-top: 15px;
	font-size: 10.5px;
}

div.back a {
	color: #545454;
}

div.back a:hover {
	color: #3C3C3C;
}

#scroll-container {
	top: 0 !important;
}



/* @end */

