* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	text-align: center;
	background: black url(images/bg-motion.jpg) no-repeat center top;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: white;
	padding: 25px 0;
}
.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}
#wrapper {
	width: 729px;
	margin: 0 auto;
	text-align: left;
}
h1, p {
	margin-bottom: 10px;
}
h1 {
	font-size: 14px;
}
p.thiagotv {
	color: #befc01;
	margin-top: 20px;
}
span.destaque {
	color: #ff0048;
}
a {
	color: #befc01;
	text-decoration: none;
}
a:hover {
	color: #ff0048;
}