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

body {
	background-color:#333000;
	padding:100px;
	color:#CCC;
}

@font-face {
 	font-family: Futura_LT_Book;
 	src: url("Futura_LT_Book.eot") /* EOT file for IE */
}
@font-face {
 	font-family: Futura_LT_Book;
 	src: url("Futura_LT_Book.ttf") /* TTF file for CSS3 browsers */
}

.floatbox {
	width:490px;
	height: 570px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -245px;
	margin-top: -300px;
	text-align:center;
	background: inherit;
	background-image:url('images/home-menu.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

h1{
	font-family:Futura_LT_Book;
	text-shadow:#6374AB 0px 0px 10px;
	font-size:3.0em;
	display:inline;
}

h2{
	font-family:Futura_LT_Book;
	text-shadow:#FFFFFF 0px 0px 10px;
	color:#000;
	font-size:1.5em;
	text-transform: uppercase;	
	display:inline;
	line-height:.9em;
}

h3{
	font-family:Futura_LT_Book;
	text-shadow:#FFFFFF 0px 0px 10px;
	color:#333;
	font-size:1.6em;
	text-transform: uppercase;	
	display:inline;
	line-height:.9em;
}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
}
