@charset "utf-8";
/* CSS Document */
html{position:relative; height:100%;}
body{margin:0; background:#000 url(../imagens/bg.jpg) center center no-repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#fff;}
#content{position:relative; margin:100px auto auto auto; width:300px; padding:20px; background-color:#8392a2; border:2px solid #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

#contact{position:absolute; top:20px; right:450px; width:210px; height:110px; background:url(../imagens/contact.png); }

#content a{color:#404952; text-decoration:none;}
#content a:hover{text-decoration:underline;}


