body{
	background: url("../images/start/bgTop.gif") repeat-x #dcd8d4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#splash{
	width: 900px;
	height: 525px;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -450px;
	z-index: 5;
}

#splashStart{
	width: 247px;
	height: 152px;
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: 200px;
	top: 14px;
}

#titleBox1{
	width: 980px;
	height: 530px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
	background: url("../images/start/bgImageStart.gif") no-repeat;
}

#titleBox2{
	position: absolute;
	left: 50%;
	margin-left: -535px;
	top: 481px;
}

.titleNavBox{
	background: url("../images/start/bgNavigation.gif") no-repeat;
	width: 173px;
	height: 56px;
	position: absolute;
	top: 355px;
	left: 230px;
	padding-left: 20px;
}

a:link,a:visited,a:active,a:hover {
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.3em;
	color: #1a171b;
	text-decoration:none;
}

a:link.grey,a:visited.grey,a:active.grey,a:hover.grey {
	font-size: 0.8em;
	font-weight: 700;
	color: #b1ada9;
	text-decoration:none;
}