/* HTML */
html{

}
body{
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}
form{

}
input, textarea{

}
select{

}
.botao{

}

/* TEXTO */
h1{

}
h2{

}
h3{

}
h4{

}
h5{

}
p{

}
a:link{
	text-decoration: none;
	color: #666666;

}
a:visited{

}
a:hover{
	color: #CCCCCC;
	
}
/* ESTRUTURA */
#header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 834px;
	height: 343px;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
}
#content{

}
#navegation{

}
#footer{
	text-align: center;
}