div.conteudo {position: absolute;
		  	  width: 750px;
		  	  height: 900px;
		   	  left: 50%;
		   	  top: 5px;
		   	  margin-left: -380px;
		   	  background-color: white ;
		   	  }

div.conteudo1 {position: absolute;
		  	  width: 750px;
		  	  height: 760px;
		   	  left: 50%;
		   	  top: 5px;
		   	  margin-left: -380px;
		   	  background-color: white ;
		   	  }


div.Counter {position: absolute;
		  	  top: 700px;
		   	  right: 50px;
		   	  background-color: white ;
		   	  }

div.clock_date {position: absolute;
		  	  top: 135px;
		   	  left: 20px;
		   	  background-color: white ;
		   	  }


table.g1 {position: absolute;
                width: 560px;		  	        
                left:73%;								
                top: 150px;
                margin-left:-380px;
                }


p {font: small verdana, arial;
    color: #666;

   }

h3 {font: 20px verdana, arial;
    color: #666;

   }

div.movie {position: absolute;
			 width: 148px;
			 height: 160px;
			 top: 380px;
			 left: 0px;			 
			 }					  
 

a:link  {font: x-small verdana, arial;
		 text-decoration: none;
		 font-weight: bold;
		 }
		 
a:hover {font: x-small verdana, arial;		 
		 text-decoration: underline;
		 font-weight: bold;
		 }		
		 
a:visited {font: x-small verdana, arial;		 
		   text-decoration: none;
		   font-weight: bold;
		   }

