html,body{
width:100%;
height:100%;
}

#tudo{
min-height:100%;
position:relative;
}

/* hack para IE6 que trata height como min-height */
* html #tudo {
height: 100%;
}

#logo{
position:absolute;
width:221px;
height:192px;
left:6px;
top:15px;
}

#construcao{
position:absolute;
width:100px;
height:100px;
left:5px;
top:15px;
z-index:13;
}


#menu{
position:absolute;
width:203px;
height:250px;
top:222px;
left:15px;
}

#conteudo{
position:absolute;
top:20%;
left:250px;
right:130px;
height:200px;
}

#guitarra{
position:absolute;
bottom:0px;
right:1%;
width:104px;
height:311px;
}

.titulo {
	font-family: arial;
	font-size: 23px;
	font-weight: bolder;
	color: #639204;
	text-decoration: none;
}
.titulo_branco {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}

.formulario {
	font-family: arial;
	font-size: 12px;
	color: #65900D;
	background-color: #F0FDE6;
	margin: 3px;
	padding: 3px;
	border: 1px solid #6A9D04;
}
.texto {
	font-family: verdana;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
	font-weight: bolder;
}
.letras {
	font-family: arial;
	font-size: 14px;
	font-weight: bolder;
	color: #FF6600;
}

a:link {
	font-family: arial;
	font-size: 12px;
	color: #669933;
	text-decoration: none;
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}
a:visited {
	font-family: arial;
	font-size: 12px;
	color: #669933;
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}
a:hover {
	font-family: arial;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	cursor:pointer;
	font-weight: bold;
}
a:active {
	font-family: arial;
	font-size: 12px;
	color: #669933;
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
}
