/* CSS Document */
body {
	background-color: #282425;
	text-align: center;
}
.style9 {
	font-family: "Century Gothic";
	font-size: 30px;
}
.style12 {
	font-size: 16px;
	font-family: "Century Gothic";
}
.style13 {font-size: 12px}
.style14 {font-size: 10px}
.style15 {
	font-family: "Century Gothic";
	font-size: 12px;
}
a:link {
	color: #F0F0F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F0F0F0;
}
a:hover {
	text-decoration: none;
	color: #81705E;
}
a:active {
	text-decoration: none;
	color: #81705E;
}
#background {
	position:absolute;
	left:50%;
	top:50%;
	width:700px;
	height:600px;
	z-index:1;
	margin-top: -300px;
	margin-left: -350px;
	overflow: visible;
	text-align: center;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:113px;
	height:113px;
	z-index:1;
}
#linetop {
	position:absolute;
	left:0px;
	top:113px;
	width:700px;
	height:10px;
	z-index:2;
	background-color: #6B8E88;
}
#blanktop {
	position:absolute;
	left:0px;
	top:130px;
	width:113px;
	height:113px;
	z-index:3;
	background-color: #6B8E88;
}
#button {
	position:absolute;
	left:0px;
	top:245px;
	width:113px;
	height:113px;
	z-index:4;
}
#header {
	position:absolute;
	top:0px;
	width:565px;
	height:85px;
	z-index:5;
	right: 0px;
	font-family: "Century Gothic";
	font-size: 36px;
	font-weight: normal;
	color: #F0f0f0;
	text-align: right;
}
#text {
	position:absolute;
	top:130px;
	width:565px;
	height:390px;
	z-index:6;
	right: 0px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #F0f0f0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	scrollbar-base-color: #6B8E88;
	scrollbar-face-color: #6B8E88;
	scrollbar-track-color: #9ABAB5;
	scrollbar-arrow-color: #F0F0F0;
	scrollbar-highlight-color: #9ABAB5;
	overflow: auto;
}
#linebottom {
	position:absolute;
	left:0px;
	top:530px;
	width:700px;
	height:5px;
	z-index:7;
	background-color: #6B8E88;
}
#copyright {
	position:absolute;
	left:0px;
	top:540px;
	width:700px;
	height:15px;
	z-index:8;
	font-family: "Century Gothic";
	font-size: 10px;
	font-weight: normal;
	color: #F0f0f0;
	text-align: right;
}
#master {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	overflow: visible;

