﻿body {
	background-color:#000;
	color:#14c400;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	}
	

#container {
	width:600px;
	margin:0 auto;
	border: 1px solid #222;	}

#header {
	width:100%;
	height:25px;
	text-align:center;
	}
	
#header ul{
	margin-top:6px;
	padding:0px;
	}

#header li{
	font-size:20px;
	display:inline;
	margin:0 6px 0 6px;
	list-style:none;
	}
	
#header li a, a:visited, a:active{
	color:#14C400;
	text-decoration:none;
	}

#header li a:hover {
	border-bottom: 3px solid #222;
	}
#middle_image {
	width:100%;
	height:316px;
	background: #000 no-repeat;
	}
	
#bottom {
	width:580px;
	margin:0 auto;
	text-align:justify;
	}
	
#bottom a {
	color:#14c400;
	text-decoration: underline;
	}
	
#bottom a:hover {
	color:#222;
	}