body 
{
margin:0px;
	background-image:url(../images/landing_page_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #12110F;
	font-family:"Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color:#cccccc;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

#clear
{
	clear:both;
}

.clear
{
	clear:both;
}

#outer
{
	width:921px;
	height:350px;
	padding-top:150px;
	
}

.slogan{
background-image:url(../images/eng_slogan.gif);
background-repeat:no-repeat;
width:814px;
height:47px;

}
.awards
{
float:left;
text-align:left;
color:#666666;
padding-top:40px;
margin-top:30px;

}

#logo
{
	width:750px;
	height:260px;
	background-repeat:no-repeat;
	margin:auto;
}

.version{
position:absolute;
background-image:url(../images/vesion01.gif);
width:91px;
height:91px;
    position: absolute;     top: 0;     right: 0;  
}



.footer
{
	width: 99%;
	font-size:11px;
	height:40px;
	padding-top:10px;
	padding-left:1%;
	text-align:center;
	color:#666666;
	background-color:#232323;
    position: absolute;     bottom: 0;     left: 0;  

}


.footer a:link, .footer a:visited 
{
	font-size:11px;
	color:#DCDCDC;
	text-decoration:none;
}

.footer a:hover, .footer a:visited:hover
{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

a, a:link, a:active, a:visited
{
	color: #CB1C10;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
}

a:hover, a:visited:hover
{
	color: #666666;
	font-size:12px;
	text-decoration:none;
}

img
{
	border:0px;
}



