body {
	padding-top:0px;
	background-color:#252b2c;
	color:white;
}

.bg {
	width:100%;
	/*
	max-width: none;
	width: 100%;
	height: auto;
	*/
	
	position: absolute;
	top: 0;
	left: 0;

	z-index:-1000;

	/*display: none;*/
}

#logo {
	margin-top: 20px;
}

#razoo-widget {
	float:right;
	margin-top:-12px;
}

#check-widget {
	width:200px;
	background-image: url(../screen.png);
	color:#DEDEDE;
	padding:5px;
	font-size:8pt;
}

#backdrop {
	background-image: url(../screen.png);
	padding:10px;
	margin-top:600px;
}

a {
	color:white;
}
a:hover {
	color:white;
}

h1, h2, h3 {
	color:white;
	text-transform:uppercase;
	
}

.sub-header {
	font-weight:lighter;
	color:#AAAAAA;
	font-style:italic;
	font-size:14pt;
}

span.fade {
	color:#AAAAAA;
	font-weight:lighter;
}

.blurb {
	color:#5cb4dd;
	font-size:14pt;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom:40px;
	text-shadow: 1px 1px 1px #000000;
}

.highlight {
	background-color:#ffcd03 !important;
	font-weight:normal;
	color:#101010;
	text-shadow: none;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

p {
	font-size:11pt;
	font-weight:lighter;
	color:#CCCCCC;
	
}

.profile {
	width:285px;
	background-color:white;
	margin-bottom:20px;
	color:black;
	padding:2px;
}

.profile img {
	margin-bottom:-3px;
}

.who {
	font-size:12pt;
	font-weight:lighter;
	text-transform:uppercase;
	padding-left:2px;
}

.facts {
	font-size:10pt;
	font-weight:lighter;
	text-transform:uppercase;
	font-style:italic;
	padding-left:2px;
}

.footer {
	margin-top:40px;
}
