html,body{	
margin:0px 0px 0px 0px;
color:#fff;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:13px;
background-color:#fff;
}

#container{
position:relative;
left:50%;
width:800px;
height:600px;
margin:0 0 0 -400px;
background-image:url(../../imgs/bg_home.gif);
background-position:left top;
background-repeat:no-repeat;
}
#logo{
float:right;
margin-right:50px;
margin-top:230px;
}
#signature{
margin-bottom:124px;
padding-top:350px;
padding-left:450px;
}

p{
padding-right:10px;
padding-left:40px;
}


#footer {
	font-size:11px;
	float:right;
	width:140px;

}

a{
color:#F29400;
font-style:bold;
text-decoration:none;
}

a.languages{
color:#881519;
text-decoration:none;
}

a:hover{
color:#fff;
font-style:bold;
}

.aFooter{
color:#881519;
text-decoration:none;
}

.aFooter:hover{
color:#881519;
text-decoration:underline;
}

.noborder{
border:none;
}

.spacer {
	clear:both;
}
