body {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	height: 100%;
}
#background {
	background: url(../images/background.jpg) center top;
	position: absolute;
	left: 0;
	top 0;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	z-index: 1;
}
#contact {
	position: absolute;
	width: 255px;
	height: 147px;
	top: 238px;
	left: 79px;
	text-align: left;
}
#content {
	position: absolute;
	width: 300px;
	height: 143px;
	top: 280px;
	left: 61px;
	text-align: left;
}
#footer {
	position: relative;
	z-index: 2;
	padding: 15px;
}
#footermenu {
	width: auto;
	height: auto;
	position: absolute;
	top: 498px;
	left: 16px;
	text-align: left;
}
#form {
	position: absolute;
	width: 300px;
	height: 204px;
	top: 44px;
	left: 227px;
	text-align: right;
}
#image {
	position: absolute;
	width: 140px;
	height: 140px;
	top: 295px;
	left: 390px;
}
#linkscontent {
	position: absolute;
	width: 320px;
	height: 143px;
	top: 230px;
	left: 50px;
	text-align: left;
}
#logo {
	width: 296px;
	height: 245px;
	position: absolute;
	top: 18px;
	left: 315px;
}
#menu {
	width: 125px;
	height: 125px;
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: left;
}
#menu ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#page {
	margin: 0px auto;
	top: 15px;
	position: relative;
	width: 640px;
	height: 530px;
	background: url(../images/pagebackground.jpg) no-repeat left;
	z-index: 2;
}
#selected {
	height: 25px;
	width: 25px;
	background: url(../images/arrow.gif) no-repeat;
	position: absolute;
	left: 25px; 
}
#tickets {
	position: absolute;
	width: 310px;
	height: 204px;
	top: 230px;
	left: 50px;
	text-align: right;
}
#ticketinfo {
	position: absolute;
	width: 250px;
	height: 143px;
	top: 50px;
	left: 300px;
	text-align: left;
}
#unitelogo {
	height: 63px;
	width: 167px;
	position: absolute;
	top: 426px;
	left: 33px; 
}
form.contact {
	width: 335px;
}
.col1 {
	text-align: right;
	width: 76px;
	height: 31px;
	margin: 0;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
	padding: 2px;
}
.col2 {
	text-align: left;
	width: 195px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
	background: url(images/bg_textfield.gif) no-repeat;
}
.col2comment {
	width: 195px;
	height: 98px;
	margin: 0;
	display: block;
	float: left;
	text-align: left;
	background: url(images/bg_textarea.gif) no-repeat;
}
.col1comment {
	text-align: right;
	width: 80px;
	height: 98px;
	margin: 0;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label_comment.gif) no-repeat;
}
div.row {
	clear: both;
	width: 300px;
}
.submit {
	text-align: left;
	margin: 3px 0px 0px 0px;
} 
.input {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #993300;
	padding: 2px;
	border: 1px solid #8595B2;
}
.textarea {
	border: 1px solid #8595B2;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #993300;
	padding: 2px;
}

/* ticket css */

form.tickets {
	width: 310px;
}
.ticketcol1 {
	text-align: right;
	width: 76px;
	margin: 0;
	float: left;
	display: block;
	margin-right: 2px;
	background: url(images/bg_label.gif) no-repeat;
	padding: 2px;
}
.ticketcol2 {
	text-align: left;
	width: 215px;
	display: block;
	float: left;
	margin: 0;
	padding: 2px;
	background: url(images/bg_textfield.gif) no-repeat;
}
div.row {
	clear: both;
	width: 310px;
}
