body{
	color: #fff;
	background: #000;
	font: normal 11px/16px Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}

#page {
	width: 845px;
	margin: 0px auto;
	height: 100%;
	vertical-align: middle;	
}

#left {
	float: left;
	width: 320px;
	height: 480px;
	background: url(../images/splash_left.jpg) no-repeat;
}

#right {
	float: left;
	width: 525px;
	height: 480px;
	background:url(../images/splash_right.jpg) no-repeat;
}

#bottom {
	float: left;
	width: 845px;
	height: 80px;
	background: url(../images/splash_bot.jpg) no-repeat;
}

img {
	border: 0px;
}

a {
	color: #fff;
	border: 0px;
}
