body {
background-color: #000003;
margin: 0px;
padding: 0px;
}

body, div, a, span {font-family: verdana;}

a, img {boder: 0px;}

div.logo {
width: 540px;
margin: 0px auto; 
padding-top: 150px;
padding-bottom: 50px; 
clear: both;
}

div.logo h1 {
background-image: url(../imgs/logo.jpg);
display: block;
text-indent: -1000px;
font-size: 0px;
width: 540px;
height: 157px;
}

div.logo h2 {
text-indent: -1000px;
font-size: 0px;
display: none;
}

div.endorses {
width: 100px;
margin: 0px auto; 
padding-top: 100px;
clear: both;
height: 50px;
}

div.endorses strong {
text-indent: -1000px;
font-size: 0px;
display: block;
float: left;
margin-left: 20px;
height: 42px;
}

div.endorses strong.ea {
background-image: url(../imgs/ea.jpg);
width: 40px;
}

div.endorses strong.dotnet {
background-image: url(../imgs/dotnet.jpg);
width: 60px;
}

div.endorses strong.sqlserver {
background-image: url(../imgs/sqlserver.jpg);
width: 40px;
}

div.endorses div.separador {
border-left: 1px solid gray;
width: 2px;
height: 40px;
margin-left: 15px;
float: left;
}

div.endorses strong.in {
background-image: url(../imgs/in.jpg);
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 5px;
}

div.endorses strong.email {
background-image: url(../imgs/email.jpg);
width: 30px;
height: 30px;
cursor: pointer;
margin-top: 5px;
}



