body {
	background-color: #000;
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
}
#container {
	width: 760px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -380px;
	margin-top: -300px;
}
#col1 {
	width: 26%;
	height: 100%;
	float: left;
	background-image: url("b1.gif");
	background-repeat: repeat-x;
}
#col2 {
	width: 25%;
	height: 100%;
	float: left;
	background-image: url("b2.gif");
	background-repeat: repeat-x;
}
#col3 {
	width: 48%;
	height: 100%;
	float: left;
	background-image: url("b3.gif");
	background-repeat: repeat-x;
}
ul, p, h1 {
	list-style: none;
	margin: 0px;
	padding: 10px;
}
li {
	font-weight: bold;
	line-height: 18px;
	font-size: 10px;
}
li a {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.vspace {
	margin-top: 25px;
}