body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#302226;
	color:#808080;
	font-family: helvetica, arial;
	font-size: 1.1em;
}

#wrap {
	width: 95%;
	margin: 0 auto;	
}

#header {
	text-align:center;
	
}

#space {
	height:50px;
}

#stuff {
	text-align: center;

}

#left {
	float: left;
	width: 48%;
	text-align: right;
	padding: 1%;

}

#right {
	float: right;
	width: 48%;
	text-align: left;
	padding: 1%;

}

#clear {
	clear:both;
}

.whitetext{
	color:#FFFFFF;

}

A:link {
	color:#FFFFFF;
	text-decoration: none;}
A:visited {
	color:#FFFFFF;
	text-decoration: none;}
A:active {
	color:#FFFFFF;
	text-decoration: none;}
A:hover {
	color:#FF0000;	}
