body			{
				text-align:center;
				background: #3f352b url(body_bg.jpg) top center no-repeat;
				}
				
div#home		{
				display:block;
				height: 262px;
				width: 640px;
				margin-left:auto;
				margin-right:auto;
				margin-top:200px;
				}
				
div#menu		{	
				display:block;
				margin-left:auto;
				margin-right:auto;
				width: 640px;
				font-family: Trebuchet MS, Arial, Verdana;
				font-size:0.8em;
				font-weight: 100;
				color:#fff;
				padding-top:5px;
				}
				
div#menu a		{
				color: #fff;
				text-decoration:none;
				float:right;
				clear:right;
				}
				