<style>
body {
	background-color:#000000;
	font-size:36px;
	color:#FFFFFF;
}
#text {
	font-size:30px;
}
#leftCol {
	position:absolute;
	top:100px;
	width:200px;
	background-color:#333333;
}
#rightCol {
	position:absolute;
	top:100px;
	width:200px;
	left:880px;
	background-color:#333333;
}
</style>

