@charset "utf-8";

*{
margin:0;
padding:0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12pt;
color:#000;
}

#contenedor{
width:230px;
height:200px;
position:absolute;
left:50%;
margin-left:-115px;
top:50%;
margin-top:-100px;
}

#logo{
width:180px;
height:200px;
float:left;
background-image:url(logo.jpg);
background-repeat:no-repeat;
border-right:2px dashed #ccc;
}

#info{
float:left;
padding:0 0 0 10px;
}

a.fanpage{
width:30px;
height:30px;
outline:none;
display:block;
background-image:url(fanpage.jpg);
}

a.fanpage:hover{
background-position:0 -30px;
}

a.group{
width:30px;
height:30px;
outline:none;
display:block;
background-image:url(group.jpg);
}

a.group:hover{
background-position:0 -30px;
}

a.mail{
width:30px;
height:30px;
outline:none;
display:block;
background-image:url(mail.jpg);
}

a.mail:hover{
background-position:0 -30px;
}

