@charset "UTF-8";
/* CSS Document */

#menu {
	position:relative;
	width:890px;
	height:122px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#strap {
	position:relative;
	width:820px;
	height:30px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 10px;
}
#body {
	position:relative;
	width:820px;
	height:500px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	overflow: auto;
}
#bodytext {
	position:absolute;
	left:22px;
	top:2px;
	width:766px;
	height:490px;
	z-index:3;
	font-weight: normal;
}
body {
	background-image: url(../images/background.jpg);
}
.credittext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	text-align: center;
}
.metatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	color: #D0EEF7;
	text-align: center;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000;
	text-align: center;
}
.bodytextgrey {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #666;
	text-align: center;
}
.bodytextform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
	text-align: right;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000;
	text-align: center;
}
