body {
	font-family: verdana, "lucida console", sans-serif;
	font-size: 150%;
	margin: 0;
	padding: 0;
	color: #eee;
	background-color: #000;
}

a {
	color: #d00;
}

a:link {
	color: #d00;
}

a.:visited {
	color: #d00;
}

a:hover {
	color: #f22;
}

s {
	text-decoration: none;
	color: #f00;
}

#frame {
	background-color: #000;
}

#col_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

#col_mid {
	position: absolute;
	left: 50%;
	top: 0;

	width: 980px;
	margin-left: -490px;
	background-color: #000;
}

#col_right {
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
}

#bord {
	border: 1px solid #888;
}

