body {
	background-color:#660000; 
	background-image:url('/images/background.png');
	background-repeat:repeat-x;
	background-position:top left;
	color:#ffffff;
	font-size:13px;
	font-family:Georgia;
 }

a {
	color:#ffffff;
	text-decoration:underline;
 }

a:hover {
	color:#cccccc;
	text-decoration:underline;
 }

#holder {
	background-color:#9d0202;
	background-image:url('/images/layout.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:758px;
	height:710px;
	overflow:hidden;
	border:0px;
	position:absolute; 
			left:50%;
			margin-left:-379px;
			top:0px;
 }

#holder div {
	background-color:transparent;
	overflow:hidden;
	color:#ffffff;
	border:0px;
	text-align:center;
 }

#menu {
	width:631px;
	height:41px;
	position:absolute;
		 	right:2px;
		 	top:0px;
 }

#altmenu {
	width:662px;
	height:16px;
	text-align:right !important;
	font-size:12px !important;
	position:absolute;
			left:80px;
			top:257px;
 }
	
#content {
	overflow:auto !important;
	width:562px;
	height:370px;
	position:absolute;
			left:169px;
			top:286px;
 }

#bottom {
	font-size:10px !important;
	width:723px;
	height:33px;
	position:absolute;
			left:20px;
			top:676px;
 }

#ads {
	width:132px;
	height:284px;
	background-image:url('images/sponsers.png');
	background-repeat:no-repeat;
	position:absolute;
			left:32px;
			top:372px;
 }

#sponsers {
	position:absolute;
			left:6px;
			top:37px;
 }

#category {
	width:132px;
	height:81px;
	position:absolute;
			left:32px;
			top:286px;
 }

.buttons {
	background-color:#ffffff;	
	color:#000000 !important;
	font-weight:bold;
	border:1px solid #000000;
}