/* v1.0 | 20080212 */

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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body { 
	background:#282828;
	color:#FFF;
	font-family: Helvetica, Arial, Sans-Serif;
}

div#wrapper {
	position:absolute;
	top:40%;
	left:40%;
}


div#footer {
	height:50px;
	margin-left:6px;
}

#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	float:left;
	list-style:none;
	margin:0 1em 0 0;
	padding:0;
}

#copyright p {
	margin:1em 0;
}

#copyright,
#footer ul li a,
#footer ul li a:hover,
#footer ul li a:visited {
	color:#FFF;
	font-size:.8em;
	text-decoration:none;
}

#logo {
	background:url(../images/logosprite.gif) 0px 0px no-repeat;
	display:block;
	width:287px;
	height:46px;
}

#logo a * {
  display: none;
}

#logo a,
#logo a span.hover {
  	height: 46px;
	display: block;
	background: url(../images/logosprite.gif) 0 0 no-repeat;
}

/* individual navigation items */
#logo a {
  background-position: 0 0;
  background-repeat:none;
  width: 287px;
}

#logo .highlight a:hover,
#logo a span.hover {
  background-position: 0 -48px;
  background-repeat:none;
  width: 287px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html>body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}
