/*
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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: 75%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

object, embed {
	display: block;
	outline: none;
}

img, a img, *:link img, *:visited img {
	vertical-align: top;
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}

input, select, textarea {
	margin: 0;
	border: 0;
	outline: 0;
}

.hidden {
	position: absolute !important;
	top: auto !important;
    left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}





/*
STYLES
*/

body {
	height: 100%;
	position: absolute;
	width: 100%;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #999;
	min-height: 600px;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}

a, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: underline;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -130px;
	width: 260px;
	height: 560px;
	overflow: hidden;
}

.slogan {
	margin: 15px 0 0 15px;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 140px;
	background: url(../img/201006-sprite.gif) 0 0 no-repeat transparent;
	text-indent: -9999px;
}

.email a {
	margin: 20px 0 0 15px;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 50px;
	background: url(../img/201006-sprite.gif) 0 -185px no-repeat transparent;
	text-indent: -9999px;
}

.email a:hover, .email a:focus, .email a:active {
	background-position: 0 -245px;
}

.blog a {
	margin: 7px 0 0 15px;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 50px;
	background: url(../img/201006-sprite.gif) 0 -305px no-repeat transparent;
	text-indent: -9999px;
}

.blog a:hover, .blog a:focus, .blog a:active {
	background-position: 0 -365px;
}

.hr {
	margin: 5px 0 0 15px;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 10px;
	background: url(../img/201006-sprite.gif) 0 -160px no-repeat transparent;
	text-indent: -9999px;
}