/*******************************************GENERAL****************************************/
body
{
    font-family:Arial;
}

.body_content	
{
	background-repeat:repeat;
	background-position:center top;
	margin:0px 0px 0px 0px;
}

/*******************************************main****************************************/

#main
{
	width:980px;
	margin:auto;
	position:relative;
}

#main .logo
{
	top:333px;
	position:relative;
	/*float:left;*/
}

#main .text
{
	position:relative;
	/*float:left;*/
	left:40px;
	top:220px;
}

#main .uc
{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:47px;
	letter-spacing: 2px;
}



