/* CSS Document */

#bigcontainer 			{ margin-left: auto; margin-right: auto; width: 800px;
						height: 600px; }
							
body					{ background-color: #1A1A1A; }

.logo					{ position: relative;
						top: 150px; left: 280px; }


		
ul						{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;
	position: absolute;
}

ul li					{ float: left; }

ul a					{
	display: inline;
	padding: 0 1.4em;
	line-height: 2em;
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #808080;
	position: relative;
}
						
ul a:hover				{ color: #00FF00; }
						
li						{
	text-align: center;
}

.entercontainer			{
	width: 800px;
	height: 30px;
	position: absolute;
	top: 410px;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}

#footer					{ font-family:Arial, Helvetica, sans-serif; font-size: 9px;
						font-weight: lighter; color: #808080; position: relative;
						left: 310px; top: 270px; }
						
h1						{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 23px;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

