*{
margin:0;
padding:0;
list-style:none;
border:0;
text-decoration:none;
}
/* hide from ie on mac \*/
/* Firefox 2.0.0.3 (mac & pc) necessita disto */
html {
height: 100%;
/* overflow: hidden; */
}
/* end hide */

body {	
font:normal 1em/1.4em Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
color:#333;
background:#22231d;/* url(../imagens/bkg_principal.gif) top left repeat-x;*/
height: 100%;
}
#container{
height:100%; 
width:100%;

}
.noplugin{
background: #ff9;
margin:15% 20% 20% 20%;
border:#f00 solid 3px;
padding:20px;
}
.noplugin a, .noplugin a:visited, .noplugin a:hover {
background: #ff0;
text-decoration:underline;
color:blue;
}
hr{
display:none;
}