	@charset "utf-8";
#hometemp {
	background-color: #000;
	text-align: center;
	padding-top: 20px;
}



	#header {
		color: #D6D6D6;
		background-color: #000;
		height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	#header img {
		padding-right: 15px;
		vertical-align: middle;
	}
	
	#main {
		background-image: url(img/css_vertbg.gif);
		background-repeat: repeat-x;
		height: 990px;
		padding: 20px;
	}
	#demohead {
	float: left;
	background-color: #FFF;
	text-align: center;
	padding: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
#contentBlock {
	background-color: #FFF;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
	.softblock {
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin: 15px;
	vertical-align: bottom;
	font-family: Impact, "Arial Black", Sans-serif;
	font-size: 16px;
	color: #E9E9E9;
	width: 125px;
	text-decoration: none;
	background-color: #CCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 8px;
	}
	.softblock a {
	padding-bottom: 10px;
	text-decoration: none;
	color: #FFF;
	}
	
	
	body {
		background-color: #000;
	}
	/* Miscellaneous classes for reuse */
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 20px;
		position: relative;
	}
	.fltrtclear { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: right;
	margin-top: 10px;
	}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
#quicklinks {
	background-color: #E8E8E8;
	float: right;
	width: 250px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
#betabanner {
	background-image: url(../images/betabanner.gif);
	position: fixed;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	height: 125px;
	width: 125px;
	z-index: 3;
}
