
	body {
	margin: 0;
	padding: 0;
	background: url(http://www.tola.com.br/rs/imgs/fundo_teste.jpg) #000 fixed repeat-x top; 
	text-align: center; /* hack para o IE */
	}
		
	h1 {
	font-family: verdana, arial, times;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
	font-weight: bold;
	}	
	
	h2 {
	font-family: verdana, arial, times;
	font-size: 14pt;
	font-weight: bold;
	color: black;
	}	
		
	h3 {
	font-family: verdana, arial, times;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	}	
	
	h4 {
	font-family: verdana, arial, times;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	}	
	
	h5 {
	font-family: verdana, arial, times;
	font-size: 10pt;
	font-weight: bold;
	color: red;
	}	
	
	a.copy:link, a.copy:active, a.copy:visited, a.copy:hover {
	width: auto;
	height: 20px;
	bottom: 0px;
	padding-top: 8px; 
	padding-bottom: 2px; 
	color: white;
	font-family: verdana;
	font-weight: bold;
	font-size: 16pt; 
	}
		
	#tudo {
	position: relative;
	width: 980px;
	height: 100%;
	margin: auto;         
	text-align: center; /* "remédio" para o hack do IE */ 
	}
		
	#abertura{
	background: url(http://www.tola.com.br/imgs/abertura.gif) transparent fixed no-repeat top; 
	position: relative;
	margin: auto;
	padding: auto;
	width: 550px;
	height: 300px;
	text-align: left;
	vertical-align: middle;
	border: 0px dotted yellow;
	}

	#logo{
	position: relative;
	width: 130px;
	height: 120px;
	margin: 50px 0px 50px 0px;
	padding: 3px;
	text-align: left;
	border: 2px dotted gray;
	color: white;
	float: left;
	}
		
