/* =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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}


/* =main
************************************************************** */

body {
	font: normal 62.5%/normal "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #161616;
	color: #fff;
}

a {
	color: #FF2E99;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

.wrap {
	width: 996px;
	margin: 0 auto;
}


/* =headings
************************************************************** */

h1 {
	padding: 0.4em 0;
	margin-bottom: 0.4em;

	font-size: 4.6em;
	color: #FFE12A;
	border-bottom: 1px solid #fff;
}

h2 {
	font-size: 2.6em;
}


/* =content
************************************************************** */

#content {
	overflow: hidden;
}
#content ul {
	margin: 1em 2em;

	font-size: 1.4em;
	line-height: 150%;
}

#content ul li span {
	display: block;
	margin-bottom: 6px;

	font-size: 0.8em;
	line-height: normal;
	color: #989898;
}

#content .item {
	float: left;
	width: 50%;
}

#contact {
	text-align: right;
}
#contact a:hover {
	color: #f8007f;
}


/* =footer
************************************************************** */

#footer {
	border-top: 1px solid #292929;
	text-align: right;
	color: #292929;
}

