/* Leftroom CSS Document */

/* Global Styles */
html, body{
	height:100%;
	width:100%;
	background-color:#000;
}

body {
	margin:0px;
	padding:0px;
}
#content {
	width:788px;
	position:absolute;
	left:50%;
	margin-left:-394px;
	margin-top:20px;
	padding-bottom:20px;
	background-color:#000;
}
#altContent	{
	/* style alt content */
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E90168;	
}
