 
body {
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #2D1340;
	color: #C1AAD1;
	font-size: 12px;
}
a:link {
	color: #C1AAD1;
}
a:visited {
	color: #C1AAD1;
}
a:active {
	color: #C1AAD1;
}
a:hover {
	color: #E1D6E9;
}
#fundo{
	background-image: url(quick-relax-fundo.png);
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
}
#container{
	width: 280px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 315px;
	margin: 0 0 0 -138px;
}
