
* {
	margin: 0;
	padding: 0;
}

#body {
	background: url(images/bodybg.jpg);
	}
	
#content {
	background: url(images/contentbg.png);
	width: 1280px;
	margin-left: 40px;
	border-right-width: 40px;
	border-right-style:dotted;
	border-right-color:transparent;
	position: relative;
	}

#main {
	background: url(images/gamesbg.png) no-repeat;
	width: 604px;
	border: 0px;
	}

#innertext {
	width: 600px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	}

	a.link:link {color: #FBB917; font-weight: normal; text-decoration: underline;}
	a.link:active {color: #FBB917; font-weight: normal; text-decoration: underline;}
	a.link:visited {color: #FBB917; font-weight: normal; text-decoration: underline;}
	a.link:hover {color: #FFFFFF; font-weight: normal; text-decoration: underline;}

.xbl{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ACFA58; 
	text-decoration: underline;
	}

.psn{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #CECEF6; 
	text-decoration: underline;
	}
	
.whiteunderlined{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	text-decoration: underline;
	}

.whiteunderlinedcentered{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	text-decoration: underline;
	text-align: center;
	}
	
.whitebold{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
	}

.whiteboldcentered{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	}


.clantag{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none }


