html, body {height: 100%;}
body {
	padding:0px;
	margin:0px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image:url(../images/bg1.jpg);
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed;
	text-decoration: none;
	font-size: 8px;
}
a:link {color:#333333;}
a:visited {color:#5B7B89;}
a:hover{color:white ;background-color: #006666; text-decoration: none }
a{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px;
text-decoration: none;
color:#5B7B89;
}
table tr {margin: 0px; padding: 0px; border: 0px;vertical-align: top;font-size: 10px;}

#stage { 
		width:800px;
	  position:relative;  /*Contexto de posicionamento */
		margin:0 auto;
		text-align:left;
		min-height:100%;
		font-size: 8px;
	}
* html #stage {height: 100%;}
#contents {font-size: 8px;};
#container
	{
		margin: auto;
		width: 800px;
		text-align: left;
		font-size: 8px;
	}
