body 
{
	margin: 0px;
	
	background-color: #1C1C1C;
	
	background-position: center top; 
	background-image: url(../images/bg.jpg); 
	background-repeat: repeat;
}

img 
{
	border: 0px;
}

#main
{
	margin: auto;
}

/*
	HEADER
*/

#header 
{
	clear: both;
	
	width: 100%;

	background-color: #323232;
}

#header_main 
{
	margin: auto;
	
	width: 924px;
	height: 15px;
	
	padding-right: 100px;
	
	text-align: right;
}

#center
{
	clear: both;
	
	width: 100%;
}

#center_main 
{
	margin: auto;
	
	padding-top: 70px;
	
	width: 924px;
	
	text-align: center;
}

#footer
{
	clear: both;
	
	width: 100%;
}

#footer_main 
{
	margin: auto;
	
	width: 924px;
	
	text-align: center;
}

.footer
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	
	color: #000000;
}

a:link 
{
	color: #CACACA;
	text-decoration: none;	
}

a:hover 
{
	color: #CCCCCC;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}