html,body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

DIV.outer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 450px;
	margin-left: -300px; /* half of width */
	margin-top: -325px;  /* half of height */
	background-image: url("CB-Web.jpg");
	background-repeat: no-repeat;
	background-position: center middle;
}

DIV.keywords {
	position: fixed;
	bottom: 20px; 
	left: 50%;
	width: 800px;
	margin-left: -400px; /* half of width */
	text-align: center;
	font-size: 11px;
	color: #999999;
}

DIV.winner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 150px;
	margin-left: -300px; /* half of width */
	margin-top: 20px;  /* half of height */
	text-align: center;
}

span.winner {
	color: #ffffff;
	font-size: 12px;
}

span.winner a {
	color: #ffffff;
}

p a {
	color: #999999;
}