html, body, {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(backtop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*overflow:hidden;*/
}
body > #horizon {
	width: 98%;
	position: relative;
    top: 0px;
	left: 0px;
	overflow: visible;
	visibility: visible;
	display: block;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header {
	position: absolute;
	position: fixed !important;
	background-attachment: fixed;
	height: 76px;
	width: 630px;
	left: 0px;
	top: 0px;
	z-index: 200;
}
#tit {
	position: relative;
	width: 552px;
	left: 0px;
	top: 0px;
	z-index: 202;
}
#tit a:active{
	outline: none;
}
#tit a:focus{
	-moz-outline-style: none;
}
#menubar {
	position: relative;
	width: 727px;
	top: 6px;
	left: 20px;
	z-index: 201;
}
#menubar a:active{
	outline: none;
}
#menubar a:focus{
	-moz-outline-style: none;
}
div#partners {
	position: fixed !important;
	position: absolute;
	width: 300px;
	height: 119px;
	bottom: 150px;
	left: 750px;
	margin: 0;
	right: 1em;
	z-index: 301;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000;
}
div#logo{
	position: fixed !important;
	position: absolute;
	width: 204px;
	height: 113px;
	bottom: 1em;
	left: 750px;
	background-image: url(logo.png);
	margin: 0;
	right: 1em;
	z-index: 300;
} 
div#main {
	position: absolute;
	width: 100%;
	height: 400px;
	top: 4000px;
	left: -10px;
	background-color: #000;
	padding: 20px;
	z-index: 999;
	background-attachment: scroll;
	background-image: url(backblack.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
.footertit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #e6378c;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ac2dfc;
}
.footer a:link{
	color: #ac2dfc;
	text-decoration: none;
}
.footer a:visited{
	color: #ac2dfc;
	text-decoration: line-through;
}
.footer a:hover{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
.footer a:active{
	outline: none;
}
.footer a:focus{
	-moz-outline-style: none;
}
img {
	border: none;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
}
select {
	background-color: #e6378c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #fff;
}
textarea {
	background-color: #e6378c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #fff;
}
input {
	background-color: #e6378c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #fff;
}
.mybutt {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: bold;
	color: #fff;
}
.listit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AD2DFE;
}
.list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}
/*------*/

#wn {
	position: absolute;
	z-index: 110;
	top: 120px;
	left: 80px;
	width: 370px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	background-color: #e8f4fe;
	filter:alpha(opacity=80);
	opacity:0.8;
}
