@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a img {
	border: 0 none;
}
img {
	border: 0 none;
}
html {
	height:100%;
}
body {
	color:#fff;
	height:100%;
	cursor:default;
	line-height:16px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#000000;
	background-image:url(../images/landing_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#outer {
	height: 100%;
	overflow: visible;
} /* or without overflow */
.main {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -146px;
}
