body {
margin-top: 70px;

background-color: #333;
font-family:Arial, sans-serif;
font-size:11px;
color:#999;
}

#centered {
position: relative;
clear: left;
height: 601px;
width: 950px;
max-width: 950px;
min-width: 950px;
margin: 0 auto;
background: #666;
border: 1px solid #CCC;
}

#boxer {

background: #666;
border: 1px solid #CCC;
}

#sb-player {
	font-family:Arial, sans-serif;
}


#terms {
position: relative;
clear: left;
height: 601px;
width: 950px;
max-width: 950px;
min-width: 950px;
margin: 0 auto;
background: #666 url(/assets/img/layout/termsbg.gif) no-repeat top left;
border: 1px solid #CCC;
}

#termsdata {
	margin-top: 100px;
	margin-left: 150px;
}

p {
	margin-left: 10px;
}
a {
color:#999;
text-decoration:none;
}

a:focus {
color:#999;
text-decoration:underline;
}

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


.notice {
	background-color: #ff9900;
	color: white;
	font-weight: normal;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 10px;}


li {
border-right:1px solid #FFFFFF;
background-image:none;
border-right:1px solid #FFFFFF;
display:inline;
margin-right:5px;
padding-right:5px;
}


.append-bottom {margin-bottom:4.5em;}
h5 {
	margin-top: 2em; 
	color:#FFFFFF;
	font-weight:bold;
}


/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../img/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* black version of the overlay. simply uses a different background image */ 
div.apple_overlay.black { 
    background-image:url(../img/overlay/transparent.png);         
    color:#fff; 
}
