/* Default */
*
{
	font-family: Arial ;
}

body, fieldset, form, div, table, tr, td
{
	margin: 0px;					
	padding: 0px;				
	border: 0px;				
	font-size: 13px;	
	line-height: 15px;	
}

img
{
	border: 0px;
}

a
{
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}


.center
{
	
	margin: 0px auto;
}


body
{
	background: url(../images/bg.png)  repeat-x;
	background-color: #212121;
}


#headerLogo
{
	width: 293px;
	margin: 0px auto;
	margin-top: 57px;
	margin-bottom: 70px;
}


#body
{	
	position: relative;
	
	width: 800px;
	height: 423px;
	margin: 0px auto;
	margin-bottom: 80px;
}

#leftBody
{
	left: 0px;
	top: 0px;
	position: absolute;

	width: 340px;	
	height: 423px;	
}

#rightBody
{
	right: 0px;
	top:0px;
	position: absolute;

	
	width: 340px;	
	height: 423px;	
}

#footer
{			
	font-size: 10px;
	width: 800px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 150px;
	color: #979797;
}

#footer a
{
	font-size: 10px;
	line-height: 13px;	
	color: #979797;
	font-weight: bold;
}

#leftFooter
{

	float: left;
	width: 40%;
	text-align: left;
	
	font-size: 10px;
	line-height: 13px;	
	color: #979797;	
}

#centerFooter
{

	float: left;
	width: 30%;
	text-align: left;
	
	font-size: 10px;
	line-height: 13px;	
	color: #979797;		
}

#rightFooter
{

	float: right;
	width: 30%;
	text-align: right;
	
	font-size: 10px;
	line-height: 13px;	
	color: #979797;	
}

#clearFooter
{
	clear: both;	
}
