body {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FAFAFA;
	scrollbar-arrow-color: #28a02d;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-darkshadow-color: #FFFFFF;
}

#maincontainer {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -270px;
	margin-left: -382px;
	width: 764px;
	height: 506px;
	background-image:  url("../images/startframe_bg.gif");
	overflow: hidden;
}

#center_top {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}

#header {
	position: relative;
	left: 0px;
	top: 8px;
	height: 91px;
	margin: 0px 7px;
	padding: 0px;
	background-color: #FFFFFF;
}

#headlogo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 240px;
	height: 72px;
	background-color: #CC3333;
}

#redframe {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 16px;
	background-color: #CC0000;
}

#blueframe {
	position: relative;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 16px;
	background-color: #121278;
	overflow: hidden;
	border-right: 1px solid #FFFFFF;
}



#mainimage {
	position: relative;
	left: 0px;
	top: 8px;
	height: 349px;
	margin: 0px 7px;
	background-color: #000000;
}

#mainclaim {
	position: absolute;
	left: 475px;
	top: 128px;
	width: 250px;
	height: 165px;
}

#sitelinkdescr {
	z-index: 3;
	position: absolute;
	left: 400px;
	top: 360px;
	width: 146px;
	height: 88px;
	background-color: #CC0000;
}

#sitelinkbutton {
	z-index: 3;
	position: absolute;
	left: 400px;
	top: 447px;
	width: 144px;
	height: 22px;
	border: 1px solid #CC0000;
	overflow: hidden;
}

#shoplinkdescr {
	z-index: 3;
	position: absolute;
	left: 568px;
	top: 360px;
	width: 146px;
	height: 88px;
	background-color: #CC0000;
}

#shoplinkbutton {
	z-index: 3;
	position: absolute;
	left: 568px;
	top: 447px;
	width: 144px;
	height: 22px;
	border: 1px solid #CC0000;
	overflow: hidden;
}

#footer {
	position: absolute;
	top: 480px;
	left: 7px;
	width: 160px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	padding: 0px 5px 0px 8px;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
}

#center_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
}

.startdescription {
	font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 8px 5px 5px 5px;
}

