  		html, body
  		{
  			margin: 0;
  			padding: 0;
  			background-color: #000000;
  			font-family: Tahoma;
  		}

  		a img
  		{
  			border: 0px;
  		}

  		#site_content
  		{
  			/*border: 1px solid white; /* debug */

  			background: url(/i/main_bg.png) no-repeat;
  			background-position: 50% 0; /* hard code need */
  			width: 980px;
  			height: 700;

  			text-align: left;

  		}

  		#bottom_menu
  		{
  			position: absolute; top: 618px; left: 1px;

  			padding-bottom: 5px;
  			border-bottom: 1px dashed #898888;
  		}

  		#bottom_menu a
  		{
  		 	font-size: 13px;
  		 	color: #898888;
  		 	text-decoration: none;
  		}

  		h1
  		{
  			font-size: 18px;
  			font-family: Tahoma;
  			color: #d6c184;
  		}
