/* INDEX STYLING */
html
{
	background-attachment: fixed;
	background-color: black;
	background-image:url("/images/bg.png");
	background-position:center bottom;
	background-repeat:repeat;
	height:100%;
	overflow:hidden;
	width:100%;
}

body
{
	margin:0;
	overflow: hidden;
	padding:0;
}


/* OUTLINE STYLING */
div#wrapper
{
	height: 800px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

div#wrapper[id]
{
	display: table;
	position: static;
}
		
div#middle
{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}
div#middle[id]
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}
		
div#content
{
	position: relative;
	top: -50%;
	text-align: left;
}
div#content
{
	width: 200px;
	margin: 0 auto;
}


/* CONTENT STYLING */
div#content
{
	background-color:#0a4400;
	border:3px solid #39b54a;
	display:block;
	height:478px;
	overflow:hidden;
	width:637px;
}

div#text
{
	display:block;
	height:420px;
	margin:15px 20px;
	overflow-x:hidden;
	overflow-y:auto;
	width:597px;
}

div#footer
{
	background-color:white;
	display:block;
	height:14px;
	margin:5px auto 0;
	overflow:hidden;
	padding-left:270px;
	padding-right:4px;
	width:750px;
	text-align: right;
}

div#footer a
{
	color: #A2A2A2 !IMPORTANT;
	font-size:10px;
	text-transform:uppercase;
}


/* MENU STYLING */
div#menu
{
	font-size:14px;
	height:20px;
	margin:8px 20px 8px 0;
	overflow:hidden;
	width:617px;
}

div#menu ul
{
	display:block;
	line-height:115%;
	list-style-type:none;
	margin:0;
	padding:0;
}

div#menu li
{
	float: left;
	margin: 0 16px;
	overflow: hidden;
	padding: 0;
}