@charset "utf-8";
/* CSS Document */
body {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#header {
	background: url('../img/xfire_headbg.png') repeat-x top center;
	width: 100%;
	height: 110px;
}
#content{
	margin: 30px;
}
ul {
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #ff6600;
}
a:link {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
