

#header_ {
	position:absolute;
	top:0px;
	width:1030px;
	height:216px;
	left: 50%;
	margin: 0px auto 0px -515px;
}

#menu_ {
	position:absolute;
	top:216px;
	width:1030px;
	height:33px;
	left: 50%;
	margin: 0px auto 0px -515px;
	background-image: url(../img/design/menu.gif);
	vertical-align: top;
	text-align: center;
}

.menu_img {
	border-style: none;
	border-width: 0px;
	padding-top: 7px;
}

#content {
	top: 0px;
	width: 760px;
	left: 245px;
	position: relative;
	padding-top: 2px;
}

#mainpage {
	position:absolute;
	top:249px;
	width: 1030px;
	background-image: url(../img/design/bg.gif);
	background-color: #C5C8CD;
	left: 50%;
	margin: 0px auto 0px -515px;
	vertical-align: top;
}

#top-bg_ {
	position:absolute;
	top:0px;
	width:1030px;
	background-image: url(../img/design/top-bg.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

#bottom {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0px;
	bottom: 0px;
	vertical-align: bottom;
}

.hidden {
	width: 1px;
	height: 1px;
	visibility: hidden;
	position: absolute;
}

#vortexScroller {
	 position: absolute;
	 left: 0px;
	 top: 15px;
	 overflow: hidden;
}

.vortexScrollerHide {
	display: none;
}

.vortexScrollerShow {
	display: block;
}

#sponsors {
	position: absolute;
	left: 25px;
	top: 20px;
	width: 180px;
	text-align: center;
	font-size: 11px;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sanse serif;
	color: white;
}

#sponsors img {
	border-style: none;
	border-width: 0px;
}


@media print {
	#sponsors, #menu_, #header_, #bottom {
		display: none;
	}
	
	#menu_ {
		height: 3px;
	}
	
	#mainpage, #top-bg_, #content {
		display: inline;
		top: 20px;
		width: 70%;
		position: static;
	}
	
}
