@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #343333;
	color:#FFF;
	margin:0;
	height:100%;
	min-width:900px;
}
#contact-me {
	float:right;
	height:25px;
	width:900px;
	background-image:url(/images/beat-media-logo.jpg);
	padding:42px 0 0 3px;
	position: absolute;
	left: 99%;
	top: 50%;
	margin-top: -35px; /* make this half your image/element height */
	margin-left: -895px; /* make this half your image/element width */
}
#new-site {
	float:right;
	height:25px;
	width:900px;
	padding:42px 0 0 3px;
	position: absolute;
	left: 99%;
	top: 50%;
	margin-top: -35px; /* make this half your image/element height */
	margin-left: -895px; /* make this half your image/element width */
}
.highlight {
	color:#AE292E;
}
body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #AE292E;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
