body{
margin:0;
padding:0;
background: #add8e6 url(../images/bg.gif) repeat-x;
}
#contenedor{
width:300px;
height:130px;
border:0px solid #fff;
margin:30% 0 0 35%;
}
.logo{
width:300px;
height:67px;
margin:5px 0 0 5px;
border:none;
background: url(../images/logo.gif) no-repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}