html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: #000 url(../img/tmp_glow.png) no-repeat center center;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-shadow: #000 0 1px 0;
}
#main {
	width: 438px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -219px;
	margin-top: -150px;
}
#face {
	display: inline-block;
	vertical-align: top;
	height: 125px;
	width: 185px;
	padding-top: 80px;
	text-align: right;
	padding-right: 15px;
}
#face img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}
#contactos {
	display: inline-block;
	vertical-align: top;
	height: 185px;
	width: 205px;
	padding-top: 20px;
	padding-left: 25px;
	background: url(../img/tmpshadow.png) no-repeat left -30px;
}