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

body {
	background-color: #355;
}

body,td,th {
	color: #ABABAB;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	 margin:0px;
}

img {	
   border: none;
 }

h1 {
	font-family: 'Unica One', cursive;
	font-size: 66px;
	line-height:1px;
	font-weight: bold;
	outline:none;
}

h2 {
	font-family: 'Unica One', cursive;
	font-size: 23px;
}

a:link {
	color: #ABABAB;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #ABABAB;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
}

#black {
	/*background-color:#141F33;*/
	background-color:#212222;
	height:90px;
	z-index:10;
}

#social {
	text-align:left;
	margin-top:24px;
	margin-right:40px;
	height:34px;
	width:25%;
	float:right;
	z-index:50;
}

#news {
	text-align:right;
	font-weight:bold;
	margin-top:32px;
	margin-left:40px;
	height:34px;
	width:25%;
	float:left;
	z-index:50;
}

#promo {
	font-family: 'Unica One', cursive;
	font-size:24px;
	line-height:25px;
	position:absolute;
	left:7%;
	top:50px;
	width:170px;
	height:170px;
	background-image:url(../images/promobutton.png);
	text-align:center;
	color:#999;
	z-index:30;
	cursor:pointer;
}

#promo:hover {
    /*opacity: 0.7;  css standard 
    filter: alpha(opacity=70); /* internet explorer */
	cursor:pointer;
	background-image:url(../images/promobutton2.png);
}