/*
	Copyright (c) BrandSteam
	All rights reserved
	http://brandsteam.com
 
*/

body {
margin:0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size : 13px;
font-style : normal;
font-weight : normal;
letter-spacing : normal;
line-height : 1.45em; 
color: #cccccc;
background-color: #000000;
height : 100%;
}

html  {
height : 100%;
}

#bg {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : -1;
}

#outer {
	margin: 0px auto;
	text-align: center;
}

#logo {
z-index : 2;
padding-top:160px;
height:160px;
}

#logo a{
border:0px;
}
#info {
	
}
#footer {
  height: 120px;
margin-top:20px;
}


a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
border-bottom:1px solid;
}

h1{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: none;
letter-spacing: -0.3px;
line-height: 1.5em;
}


