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


body {
	background-color: #171F2B;
	margin:0%;
	padding:0%;

}

a {
	font-size: 12px;
	color: #999999;
	border:none;
	outline:none;
}
a:hover {
	color: #CCCCCC;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
border:none;
}

.container1 {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}
.container2 {
width:1439px;
height:650px;
margin-left: -719.5px; 
position: absolute;
 top: -325px;         
 left: 50%;
}

.landing {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/landing.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:800px;
	height:657px;
}

.empty {
	width:800px;
	height:450px;
	}


.text1 {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:535px;
	height:100px;
	font-size:12px;
	font-family: Arial;
	text-align:center;
	color:#999999;
	font-weight:bold;
}
