body {
	background-image: url(Images/bodybg.jpg);
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100%;
	font-family: Optima, Geneva, sans-serif;
	font-size: 17px;
	color: #f0f0f0;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#title {
	height: 54px;
	width: 185px;
	position: relative;
	top: 50px;
	left: 0px;
	z-index: 10;
}
#language {
	position: absolute;
	right: 30px;
	top: 17px;
	float: right;
	height: 11px;
	width: 40px;
}


#menuBar {
	height: 45px;
	width: 810px;
	position: absolute;
	top: 55px;
	font-family: Optima, Geneva, sans-serif;
	font-size: 19px;
	color: #f0f0f0;
	text-align: right;
	z-index: 5;
	padding-right: 90px;
}
.menuLink {
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	font-family: Optima, Geneva, sans-serif;
	position: relative;
	color: #f0f0f0;
	font-size: 19px;
	margin-top: 8px;
	clear: none;
	font-weight: 100;
}


.mainContent {
	width: 860px;
	top: 150px;
	position: absolute;
	background-color: #000, opacity: 0.5;
	background-image: url(Images/blacktrans2.png);
	padding: 20px;
	height: 500px;
	overflow: auto;
}
.contactbg {
	height: 500px;
	width: 900px;
	position: absolute;
	top: 150px;
	background-image: url(Images/contactbg.png);
	text-align: center;
	background-repeat: no-repeat;
	width: 900px;
}

#apDiv1 {
	position:relative;
	left:240px;
	top:188px;
	width:450px;
	z-index:1;
	font-family: Optima, Geneva, sans-serif;
	font-size: 13px;
	color: #f0f0f0;
}
.announcementbg {
	height: auto;
	width: 900px;
	position: absolute;
	top: 300px;
	text-align: center;
	width: 900px;
	background-image: url(Images/blacktrans2.png);
}
table {
    border-collapse:collapse;

}