body {
	background-image: url(rotate.php);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;
	font-size: 13px;
	line-height: 1.55em; 
}

#hidden {
	left:-9000px;
	position:absolute; 	
}

#leftboxbg {
	position: absolute;
 	width: 250px;
	height: 100%;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	background-image: url(transp.png);
	background-repeat: repeat;
}

#leftboxcontent {
	width: 250px;
	float: left;
	padding: 40px 20px 0px 20px;
	color: #cacaca;
}

#footer {
	position: absolute;
	background: #000000;
	bottom: 0px;
	height: 40px;
	width: 100%;
	color: #cacaca;
}

#logo {
	float: left;
	padding-top: 10px;
	padding-left: 20px;

}

#copyright {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}	

a:link		{color: #cacaca; text-decoration: none;}
a:visited	{color: #cacaca; text-decoration: none;}
a:hover		{color: #cacaca; text-decoration: underline;}

h2 {
	margin: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}


ul {
list-style: none;
text-decoration: none;
margin: 0px;
padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.new {
	color: red;
}
