@charset "utf-8";
/* CSS Document */

body
	{
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDFFCC;
	height: 100%;
	line-height: 18pt;
	}

* {
	margin: 0;
}
html
	{
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -1px;
}
.footer, .push {
	height: 1px;
	text-align: center;
}

a:link
	{
	color: #DDFFCC;
	text-decoration: none;
	}

a:active
	{
	color: #DDFFCC;
	text-decoration: underline;
	}

a:visited
	{
	color: #DDFFCC;
	text-decoration: none;
	}
	
a:hover
	{
	color: #DDFFCC;
	text-decoration: underline;
	}	
	
img
	{
	border: 0px;
	}

#container
	{
	width: 1280 px;
	height: 1000 px;
	background: url(img/mlgbg1.jpg);
	background-repeat: no-repeat;
	}
	
#nav
	{
	width: 150px;
	height: 300px;
	position: absolute;
	top: 225px;
	left: 50px;
	font-size: 18px;
	}
	
#content
	{
	width: 500px;
	position: absolute;
	left: 20%;
	top: 225px;
	background: url(img/blackbar.png);
	}
	
