html, body {
	height: 100%;
}
body {
	margin: 0px;
	background: #000000 url(../img/bgr_teaser.gif) center bottom no-repeat;
}
body, div, h1, h2, ul, li, a, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 140%;
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #996633;
}
a:hover {
	text-decoration: underline;
}
h1 {
	float: left;
	width: 100px;
	height: 117px;
	text-indent: -9999px;
	background: url(../img/ttl_teaser.gif) left top no-repeat;
	margin: 20px;
}
h2 {
	margin-bottom: 10px;
}
.contato {
	float: right;
	text-align: right;
	margin: 20px;
}
.abaixo {
	clear: both;
}
.sobre {
	float: left;
	width: 200px;
	margin-left: 20px;
}
.amigos {
	float: right;
	text-align: right;
	margin-right: 20px;
}
.livre {
	padding: 20px;
	padding-top: 0;
}
.destaque {
	color: #996633;
}
.limpo {
	background-image: none;
}
