body {
	color: #fff;
	font-size: 11px;
	font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
	background-color: black;
	word-wrap: break-word;
	background-image: url(../part/bodybackground.jpg);
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

p { }
td {
	padding: 5px;
	vertical-align: top;
}
img { border-style: none; }
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #a4a4a4; }
a:active { }
#where {
	color: #F7AD00;
}


#container {
	background-image: url(../part/background.jpg);
	position: relative;
	width: 891px;
	height: 502px;
	margin: 40px auto auto;
}
menu {
	text-align: right;
	position: absolute;
	top: 167px;
	left: 0;
	width: 318px;
	margin: 0;
	padding: 0;
}
#submenu {
	text-align: right;
	position: absolute;
	top: 182px;
	left: 0;
	width: 318px;
	margin: 0;
	padding: 0;
}

#text {
	background-color: white;
	position: absolute;
	top: 68px;
	left: 345px;
	width: 525px;
	height: 410px;
	filter: alpha(opacity="80");
	opacity: 0.8;
}
#textin {
	color: black;
	position: absolute;
	top: 68px;
	left: 345px;
	width: 505px;
	height: 375px;
	overflow: auto;
	padding: 10px;
}
#textin a { color: #000; }

