body {
	background-color: #181818;
}
html {
	overflow: hidden;
}
a:link {
	color: #181818;
}
a:visited {
	color: #181818;
}
a:active {
	color: #181818;
}
#logo {
	background:url(img/logo.gif) repeat;
	position: absolute;
	left: 40px;
	top: 20px;
	width:322px;
	height:57px;
}
#links {
	position: absolute;
	left: 40px;
	top: 100px;
	width:212px;
	height:500px;
}
#links table td {
	height:24px;
}
#slide {
	position: absolute;
	left:252px;
	top: 80px;
	width:760px;
	height:500px;
	border:0px solid white;
	overflow: hidden;
}
.pro {
	color: #878787;
	text-align:center;
	font-family: Tw Cen MT;
	font-style:normal;
	font-weight:normal;
	font-size:95%;
}
.escondido {
	color: #181818;
	text-align:center;
}
#img_pro {
	background:url(img/profile.jpg) repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	width:760px;
	height:126px;
}