/* GENERAL  */


html, body {
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

p {
	font-family: "Gotham-Book", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #AAA;
}

#logo {
	padding-bottom: 5px;
}

a:link, a:active, a:visited {
	color: #AAA;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: none;
}


/* CONTAINER */


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

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

#inner {
	#position: relative;
	#top: -50%;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}