* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #EFEFEF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
img {
	border: 0px;
}
#the_end { position: absolute; bottom: 0px; right: 0px; background: url(the_end.gif) top right no-repeat #EFEFEF; height: 245px; width: 243px; }
#main {
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	position: absolute;
	margin-top: -200px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	z-index: 2;
}
#top_border {
	background: url(imgs/border_top.gif) no-repeat;
	width: 800px;
	height: 4px;
	margin-left: -400px;
	left: 50%;
	margin-top: -204px;
	top: 50%;
	position: absolute;
}
#bottom_border {
	background: url(imgs/border_bottom.gif) no-repeat;
	width: 800px;
	height: 4px;
	margin-left: -400px;
	left: 50%;
	margin-top: 200px;
	top: 50%;
	position: absolute;
}
#fader01 {
	width: 150px;
	height: 400px;
	background: url(imgs/fader01.gif) repeat-y;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -400px;
	z-index: 10;
}
#fader02 {
	width: 150px;
	height: 400px;
	background: url(imgs/fader02.gif) repeat-y;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: 250px;
	z-index: 10;
}
#content {
	width: 550px;
	height: 300px;
	z-index: 11;
	position: absolute;
	margin-top: -130px;
	margin-left: -275px;
	top: 50%;
	left: 50%;
	color: #707070;
	text-align: center;
	font-size: 11px;
}
#logo {
	height: 40px;
	width: 86px;
	position: absolute;
	margin-top: -175px;
	top: 50%;
	margin-left: -43px;
	left: 50%;
	z-index: 12;
}
.toright {
	padding-left: 20px;
	padding-top: 5px;
}
.toright img {
	border: 2px solid #999999;
}
.toright a { text-decoration: underline; color: #707070; }
.toright a:hover { text-decoration: none; color: #707070; }
.toright2 {
	padding-left: 20px;
	padding-top: 5px;
	text-align: justify;
}
.toright2 img {
	border: 2px solid #999999;
}
.toright2 a { text-decoration: none; color: #707070; }
.toright2 a:hover { text-decoration: underline; color: #707070; }
a { text-decoration: underline; color: #707070; }
a:hover { text-decoration: none; color: #707070; }
