img, div {
	behavior: 			url(/frontend/styles/iepngfix.htc);
}

img {
	border:				0px;
}

body  {
	background-color:	#fbe8c5;
	margin:				0px;
	height: 			100%;
	font-family: 		Times New Roman,Times,serif;
	font-size: 			15px;
	line-height:		20px;
	font-weight:		bold;
	text-decoration:	none;
	color:				#000000;
}

a:link, a:visited  {
	color: 				#000000;
	text-decoration: 	none;
}

a:hover, a:active  {
	color: 				#000000;
	text-decoration: 	underline;
}

#overall  {
	position:			relative;
	width: 				100%;
	height:				100%;
	overflow:			visible;
}

#main  {
	position:			relative;
	width: 				820px;
	height:				550px;
	background-image:	url(/images/back.jpg);
	background-position:top center;
	background-repeat:	no-repeat;
	text-align:			left;
	overflow:			hidden;
}

#logo  {
	position:			absolute;
	z-index:			1;
	top:				10px;
	left:				20px;
	width:				140px;
	height:				130px;
}

#kms  {
	position:			absolute;
	z-index:			1;
	top:				50px;
	left:				280px;
	width:				260px;
	height:				50px;
}

#flashbox  {
	position:			absolute;
	z-index:			2;
	top:				60px;
	left:				155px;
	width:				585px;
	height:				360px;
}

#infotext  {
	position:			absolute;
	z-index:			3;
	top:				428px;
	left:				140px;
	width:				540px;
	height:				40px;
	text-align:			center;
}

#btn-tickets  {
	position:			absolute;
	z-index:			4;
	top:				475px;
	left:				155px;
	width:				235px;
	height:				45px;
}

#btn-intro  {
	position:			absolute;
	z-index:			5;
	top:				475px;
	left:				300px;
	width:				235px;
	height:				45px;
}


