body {
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#wrapper img {
	
	min-width: 1024px;
	width: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
}
#stopper {
position:absolute;
top:50px;
}

#wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: fixed;
	top:0;
	left:0;
}

#logo_wrap {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	min-height: 100%;
	width: 100%;
	height: auto;
	
}
#info_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	min-height: 100%;
	z-index:1080;
	height: auto;
	width: auto;
	position: relativ;
	margin-top: 45%;
	margin-right: auto;
	margin-left: auto;
}

h2 {
}
.text {
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	background-color: #FFF;
}

#info_text a {
	color: #000;
	text-decoration: none;
}

#info_text a:hover {
	color: #2abca2;
	text-decoration: none;
}
