/* MAIN */


html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-text-size-adjust: none;
}

img {
	behavior: url(../images/iepngfix/iepngfix.htc);
	border: 0;
	outline: none;
}

.hidden {
	visibility: hidden;
}


/* LINKS */


a {
	border: 0;
	outline: none;
	text-decoration: none;
}


/* BACKGROUND */


#background {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
	z-index: 0;
}

#logo {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	overflow: hidden;
	filter: alpha(opacity=10);
	-moz-opacity: 0.10;
	-khtml-opacity: 0.10;
	opacity: 0.10;
	z-index: 10;
}

/* CONTAINER */


#container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#inner {
	#position: relative;
	#top: -50%;
	width: 960px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
}

#main {
	position: absolute;
	width: 960px;
	height: 600px;
}
