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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #d6d6d6;
	background-color:#272322;
	font-family:arial;
}
a {
	color:#E8E8E8;
}
a:hover{
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
.fl {
	float:left;
}
/* Header */

#header_ {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:8px;
	background: url("/images/header.png") repeat top left;
}

#logo_ {
	position:absolute;
	left:0px;
	top:8px;
	width:202px;
	height:130px;
}


/* Footer */
#footer_ {
	clear:both;
}
#connect_wrapper {
	clear:both;
	width:1000px;
	height:46px;
}
#connect_wrapper>div {
	display:inline-block;
}
#connect_ {
	width:73px
}

#conn-twitter_ {
	width:71px;
}

#conn-fb_ {
	width:90px;
	
}

#conn-ms_ {
	width:86px;
}

#conn-end_ {
	width:10px;
}
#nav {
	clear:both;
	width:1000px;
}
#nav>div {
	display: -moz-inline-block;
	display: inline-block;
}
#nav-about_ {
	width:147px;
}

#nav-contrib_ {
	width:143px;
}

#nav-badge_ {
	width:153px;
}

#nav-rant_ {
	width:188px;
}

#nav-gear_ {
	width:96px;
}

#nav-contact_ {
	width:95px;
}

#nav-twit_ {
	width:121px;
}

#copyright_ {
	width:20px;
}
