/* ************ XHTML LAYOUT ************ */
html{
/*	font-family:Lucida Grande, verdana, arial, helvetica, sans-serif;*/
	font-family:tahoma;
}

body{
	font-size:11px;
 	word-spacing:3px;
	letter-spacing:1px;	
	background-color:#FFB440;
	text-align:center;
	background:#FFD774 url("images/bg.png") repeat-x;
	color:#CF7500;
}
.wrapper{
	width:200px;	
	border:0px solid yellow;
}

.vcenter{
	margin-top:-100px;	
}

a{
	color:#CF7500;
	text-decoration:none;	
}
.logo{
	background:url("images/logo.png") 15px 9px no-repeat;
	background-color:#fff;	
 	height:200px;
 	width:200px;	
	border:1px solid #EF8E1D;
	-moz-border-radius:100px;	
	-webkit-border-radius:170px;
	font-size:11px;
}
#stage ul{
	list-style:none;		
	margin-top:20px;
}
#stage ul li{
		
}