body {
	margin:0px;
	padding:0px;
	font-weight: normal; 
	font-size: 12px; 
	width:100%;
	height:100%;
	font-family: arial;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;

}

#content {
	width:938px;
	height:825px;
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-469px;
	display:block;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
}

.menu {
	position:absolute;
	left:32px;
	top:298px;
	width:185px;
	color:#666666;
	font-weight: bold;
	font-family: arial;
	font-size: 11px; 
}



#spinMenu {
}
	
	a.mItem { 	
		color: #009de0;
		font-family: arial;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none; 
		display:block;
		margin-top:4px;	
	}
		
	a.mItem:hover {
		text-decoration: underline; 
	}
	

.spinner {
	position:absolute;
	left:284px;
	top:278px;
	width:620px;
	height:430px;
	color:#009de0;
	font-size: 18px; 
	font-family: arial;
	font-weight: normal;
}

#spinid {
	position:absolute;
	left:0px;
	top:30px;
}
	
