@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
width:100%;
height:100%;
text-align:center;
background-color:#999999;

}


div#conteiner{
width:700px;
height:500px;
margin:0 auto;
padding:0;
text-align:left;


}


div#flash{
width:700px;
height:300px;
background-color:#000000;
margin-top:10%;

}


div#rodape{
width:700px;
height:45px;
background-color:#999999;
margin-top:10px;

}

a:link {text-decoration: none; border:none}
a:visited {text-decoration: none; border:none}
a:active {text-decoration: none; border:none}
a:hover {text-decoration: none; border:none}





