body {	font-family: "Trebuchet MS", Arial, sans-serif;	font-size: small;	color: #403f3f;	background-color: #ffffff;	margin: 0;	padding: 0;}*{	margin: 0;	padding: 0;}#box{	width: 1024px;    margin: 0 auto;	padding: 0;}#header{	width: 1024px;	height: 343px;	background: url(images/header.jpg) no-repeat;}/* --NAVIGATION --*/#nav{	position: relative;	width: 600px;	height: 28px;top: 298px;	padding: 0px 0px 0px 308px;}#menu{	width: 600px;	padding: 0px;	margin: 0px;}#menu li{	padding: 0px 0px;	display: block;	float: left;}#menu li a span{	display: none;}ul#menu li.info a{	width: 49px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/info.jpg);}ul#menu li.info a:hover{	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/info2.jpg);}ul#menu li.fans a{	width: 52px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/fans.jpg);}ul#menu li.fans a:hover{	display: block;	background-image: url(images/fans2.jpg);}ul#menu li.join a{	width: 53px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/join.jpg);}ul#menu li.join a:hover{	display: block;	background-image: url(images/join2.jpg);}ul#menu li.codes a{	width: 65px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/codes.jpg);}ul#menu li.codes a:hover{	display: block;	background-image: url(images/codes2.jpg);}ul#menu li.site a{	width: 56px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;	background-image: url(images/site.jpg);}ul#menu li.site a:hover{	display: block;	background-image: url(images/site2.jpg);}ul#menu li.index a{	width: 53px;	height: 41px;	display: block;	margin: 0px 0px 0px 0px;		background-image: url(images/home.jpg);}ul#menu li.index a:hover{	display: block;	background-image: url(images/home2.jpg);}/* -- CONTENT --*/#top{	width: 1024px;	height: 199px;	background: url(images/top.jpg) no-repeat;}#content{	width: 1024px;	background: url(images/content.jpg) repeat-y;}#contentmain{	width: 655px;	text-align: left;	padding: 0px 0px 0px 130px;}#contentmain ul{padding-left: 20px;}#contentmain li{list-style: circle;}#stats{position: absolute;	width: 240px;	color: #e9e3db;	font-family: "Trebuchet MS", Arial, sans-serif;	font-size: 85%;	padding: 10px 0px 10px 0px;    margin: 67px 0px 10px 250px;	text-align: center;	background-color: #4c3a29;}#extra{	width: 855px;	text-align: center;	padding: 0px 0px 0px 0px;}#footer{	width: 1024px;	height: 278px;	margin: 0px 0px 0px 0px;	background: url(images/footer.jpg) no-repeat;}#footercontent{color: #403f3f;    width: 435px;	font-size: 70%;    padding: 100px 0px 0px 0px; margin: 0px 0px 0px 230px;	text-align: center;}/* -- CONTENT STYLE --*/p{padding: 10px 0px 10px 0px;}a{	cursor: help;    color: #1d1c22;	text-decoration: none;}a:hover{	cursor: help;    color: #ffffff ;    background-color: #1d1c22;	text-decoration: none;}a img{	border: none;	padding: 2px;}