html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #FFFFFF;
}
p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #CCCCCC;
}
a:link, a:visited, a:hover, a:active {
	color: #0097A9;
	text-decoration: underline;
}
#wrapper {
	text-align: left;
	width: 750px;
	margin: 0 auto;
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -22px;
	position: relative;
}
#header {
	background-color: #0097A9;
	width: 750px;
	hight: 150px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

#sitelogo {
	background-image: url(../images/loadingicon.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#gnavi {
	height: 30px;
	text-align: right;
	height: 30px;
}
#contents {
	width: 100%
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/background.jpg);
}
.maincontents {
	background-color: transparent;
	text-align: left;
	width: 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.form{
	text-align: center;
}
#bottom {
	height: 20px;
	width: 750px;
	background-color: #0097A9;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}
#footer {
	height: 100%;
	width: 100%;
	background-color: #0097A9;
}

