/* ============================= RESET ============================= */

html
{
	background-color:#fff;
	border:0;
	margin:0;
	overflow-x:hidden;
	padding:0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	border:0;
	font-family:Arial, sans-serif;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	display:block;
}

body
{
	line-height:1.5;
}

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

caption, th, td
{
	float:none !important;
	font-weight:400;
	text-align:left;
}

table, th, td
{
	vertical-align:middle;
}

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

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

a img
{
	border:none;
}

:focus
{
	outline:0;
}

div.clear
{
	clear:both;
}

/* ============================= LAYOUT ============================= */

html, body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

body
{
	background: url(../img/guide.jpg) top center no-repeat;
}

#wrapper
{
	width: 960px;
	height: 2270px;
	margin: 0px auto;
}