body, html {
	background-color: #FFF;
	color: #000;
}

div#container {
	width: 560 px;
	height: 235 px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -280px;
	margin-top: -120px
}

div#header {
	height: 100px;
	position: 0 0 0 0;
	text-align: center;
}

div#bottom {	
	margin: 60px 0 0 0;
}

div#bottomcolumn1 {
	height: 80px;
	width: 280px;
	float: left;
	margin: 0 0 0 0;
}

div#bottomcolumn2 {
	height: 80px;
	width: 280px;
	float: left;
	margin: 33px 0 0 0;
	text-align: right;
}

a:link {
	text-decoration: none;
	color: #287de6;
}

a:visited {
	text-decoration: none;
	color: #287de6;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border-style: none;
}