@CHARSET "ISO-8859-1";

html{
	height: 100%;
}

body {
	height: 100%;
	background-color: #222B3C;
	background-image: URL("../img/bg.png");
	background-position: 0px 30px;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

img {
	margin: 0;
	padding: 0;
	border: 0;	
}

a {
	color: #FFFFFF;	
	text-decoration: none;
}

#top_nav {
	position: relative;
	height: 30px;
	background-color: #222B3C;
	font-weight: bold;
}

#sp_logo_small {
	position: relative;
	margin-left: 5px;
}

#sp_logo_small_text {
	position: absolute;
	top: 2px;
	left: 45px;
}

#ugo_logo {
	position: absolute;
	top: 2px;
	right:5px;
}

#user_cp {
	position: absolute;
	top: 8px;
	left: 224px;
	font-weight: bold;
}

#leaderboard {
	width: 728px;
	height: 90px;
	margin: 0px auto 10px auto;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #000000;
	overflow: hidden;
}

.box_ad {
	float: right;
	width: 301px;
	height: 250px;
	background-color: #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	overflow: hidden;
}

#flash_nav_left {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 2;
}

#content_container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 970px;
}

#header {
	position: relative;
	width: 970px;
	height: 250px;
	text-align: right;
}

#header_overlap {
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	z-index: 2;
	width: 339px;
	height: 30px;
}

#content {
	position: relative;
	padding: 0px 95px;
	background-image: URL("../img/content_bg.gif");
	background-repeat: repeat-y;
	background-position: 95px 0px;
}

#footer_container {
	position: relative;
	height: 75px;
	margin: 0px auto 0px auto;
	background-image: URL('/img/content_bg.gif');
}

.footer_side {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 2;
}

.home_thumb_img {
	width: 120px;
	height: 90px;
}

.home_thumb_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.home_label {
	position: absolute;
	right: 1px;
	bottom: 1px;
	width: 75px;
	height: 18px;
	cursor: pointer;
}

#home_label_1 {
	background-image: URL('/img/home_label_1.png');
}

#home_label_2 {
	background-image: URL('/img/home_label_2.png');
}

#home_label_3 {
	background-image: URL('/img/home_label_3.png');
}

.game_title {
	margin: 5px 0px;
	font-size: 13pt;
	font-weight: bold;
}

#home_title_new {
	margin: 20px 0px 10px 10px;
}

.black_divider {
	height: 2px;
	background-image: URL('/img/black_divider.gif');
}

#news_container {
	position: relative;
	float: left;
	width: 468px;
	height: 266px;
	background-image: none;
	background-color: #222B3C;
}

#bottom_box {
	height: 266px;
	background-image: none;
	background-color: #222B3C;
}

#bottom_container {
	position: relative;
	height: 266px;
	background-image: none;
	background-color: #222B3C;
}