/* 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: "" "";
}

/* /reset */

body {
background-color: #000;
padding: 0px 0px 25px 0px;
color: #fff;
}

p {
margin: 0px 0px 25px 0px;
text-align: left;
}

h1 {
text-align: center;
font-weight: bold;
margin: 0px 0px 15px 0px;
}

h2 {
font-weight: bold;
text-align: center;
margin: 0px 0px 15px 0px;
font-size: .9em;
}

.divider {
margin: 0px auto 25px auto;
}

#mainwrapper {
width: 864px;
margin: 0 auto;
text-align: center;
}

.date {
display: block;
padding: 0px 0px 5px 0px;
color: #fff;
width: 340px;
margin: 0 auto;
font-weight: bold;
}

	.date .left {
	width: 49%;
	float: left;
	text-align: left;
	}
	
	.date .right {
	width: 49%;
	float: right;
	text-align: right;
	}
	
	
.clear {
line-height: 0px;
padding: 0px;
clear: both;
}

.logo {
margin: 0px auto;
}

.footer {
width: 717px;
height: 42px;
margin: 25px auto 0px auto;
}

.officialsite {
width: 178px;
height: 22px;
margin: 0 auto 15px auto;
}


