#left {
	position: absolute;
	left: 0;
	top: 0;
	background-color: black;
	margin: 0;
	color: white;
	padding: 0;
}

#right {
	position: absolute;
	background-color: white;
	color: black;
	top: 0;
	margin: 0;
}

#ne, #st { 
	font: bold 100px Arial;
	position: absolute; 
}

#pro, #tum, #proMain, #top, #topMain, #tumMain, #blogMain, #blog, #work, #twit, #book, #video, #radio, #ar, #workMain, #twitMain, #bookMain {
	position: absolute;
	font: bold 16px Arial;
	display: none;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: orange;
	background-color: #FFFFCC;
}