@charset "UTF-8";
/* CSS Document */

body {
  overflow: hidden;
  background-color:#000000;
  margin: 0px;
  padding: 0px;
}
   
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4000;
}

#ads {
	width: 14px;
	height: 330px;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 5px 5px 5px;
	background-color:#000000;
	z-index: 6000;
}


.txt {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
}

.H {
	font-family: 'Josefin Sans Std Light', Futura, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 42px;
	line-height: 36px;
}

a:link {
	text-decoration: none; color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
