body{   
	margin: 0mm;
	padding: 0mm;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	line-height: 150%;
	color: #ffffff;
	background: black;
	}
	
#menu{
	height: 0mm;
	margin: 0mm;
	padding: 0mm;
	text-align: center;
	border-bottom: 2px solid #fff;
	}	

#content{
	width: auto;
	margin: auto;
	padding: 0mm;
	background: #000 url(../images/main/background.jpg) fixed fixed repeat-x center center;
	color: #FFCC33;
	}

#section{
	float: left;
	width: 350px;
	}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/	
a{  
	font-size: 110%;
	color:#ffcc33;
	text-decoration: none;
	}
	
a:hover{  
	text-decoration: underline;
	}

a.links{  
	font-size: 110%;
	color:#ffcc33;
	text-decoration: none;
	display: block;
	}

h1{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}
	
h2{
	font-size: 110%;
	font-weight: bold;
	}

table{
	text-align: left;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	}
