body, html
	{
		height: 100%;
		margin: 0;
		padding: 0;
		background: #101C2A;
		color: #FFB637;
		font-family: Verdana, sans-serif;
		font-size: 100.01%;
	}
	
body #wrapper
	{
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

html>/**/body #wrapper[id]
	{
		display: table;
		position: static;
	}


#inner
	{
		position: absolute; top: 50%;
	}

html>/**/body #inner[id]
	{
		display: table-cell;
		vertical-align: middle;
		position: static;
	}

#content-container
	{
		position: relative;
		top: -50%;
		font-size: .7em;
	}
	
#content
	{
		margin: 0 auto;
		padding: 0 0 1.5em 0;
		position: relative;
		text-align: left;
		width: 760px;
		height: 506px;
		overflow: hidden;
		background: url(../images/layout/home.jpg) top left no-repeat;
	}
	
#content h1, #content p, .skip
	{
		position: absolute;
		left: -999em;
	}
	
#content ul
	{
		margin: 333px 0 0 34px;
		padding: 0;
		list-style: none;
	}
	
#content li
	{
		width: 365px;
		height: 30px;
	}
	
#content li.last
	{
		margin-top: 25px;
	}
	
#content li a
	{
		text-indent: -999em;
		display: block;
		height: 30px;
	}
	
#masthead
	{
		text-align: center;
		line-height: 1em;
		position: absolute;
		bottom: 0;
		width: 760px;
	}
