body {
	background-color: white;
}
html {
	overflow: hidden;
}
a:link {
	color: #181818;
}
a:visited {
	color: #181818;
}

a:active {
	color: white;
}
#logo {
	background:url(img/logo.gif) repeat;
	position: absolute;
	left: 80px;
	top: 45px;
	width:322px;
	height:57px;
}
#links {
	position: absolute;
	left: 40px;
	top: 100px;
	width:212px;
	height:500px;
}
#links table td {
	height:24px;
}
#slide {
	position: absolute;
	left:220px;
	top: 80px;
	width:800px;
	height:600px;
	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%;
}
#img_pro {
	background:url(img/profile.jpg) repeat;
	position: absolute;
	left: 0px;
	top: 20px;
	width:760px;
	height:126px;
}
