		body{
			background-color:#41613d;
			font-family:"Gill Sans MT";
			font-size:10px;
			color:white;
		}	
			
		#container{
			width:640px;
			height:480px;
			margin:auto;
		}
		
		#header{
			width:640px;
			height:20px;
			margin:auto;
		}
		
		#header a{
			font-family:"Gill Sans MT";
			font-size:10px;
			text-decoration:none;
			color:white;
			margin-left:20px;
		}
		
		#header a:hover{
			color:gray;
		}
		
		#title{
			color:white;
			float:left;
		}
		
		#linkbar{
			float:right;
		}
		
		#footer{
			width:640px;
			height:20px;
			margin:auto;
		}