body{
margin: 0;
padding: 0;
background-color: #000000;
font-family: Arial;
}

.transparent{
-moz-opacity:0.75;
opacity:0.75;
filter:alpha(opacity='75');
}

.no-transparent{
-moz-opacity:1;
opacity:1;
filter:alpha(opacity='100');

}


#logoCompany{
background: url('/images/logo2.gif') no-repeat ;
width: 800px;
height: 440px;
margin: auto;
margin-top: 2px;
}

#sidebar{
	width: 200px;
	height: 270px;
	position: absolute;
	top: 40px;
	left: 20px;
	background: url('/images/sidebar.gif') no-repeat;
	
}

#sidebar ul{
list-style:none; 
margin:auto; 
margin-top: 20px;
padding:0; 
width: 150px;
}

#sidebar ul li a{
margin: 0;
font-size: 13px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#sidebar ul li a:hover{
color: #FFF47F;
}

#footer{
color: #EFEFEF;
font-size: 12px;
font-weight: normal;
text-align: center;
margin: auto;
}

.mailto{
font-size: 12px;
font-weight: normal;
font-family: Arial;
color: #FFF;
text-decoration: none;
}

.mailto:hover{
color: #E16F1E;
}