html, body { 
	background-color: #160000; 
	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
	height:100%; 
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center; 
	}
    
#wrapper {
	  background-image: url(../images/lines.gif); 
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      height: 100%;
      width: 100%;
      margin: 0; 
      padding: 0; 
	  border: none; 
   } 
   
#info { color: white; font-size: 10px; font-family: arial, verdana; line-height: 12px; background-image: url(../images/palace_of_japan_info_bg.jpg); background-repeat: repeat-x; text-transform: uppercase; text-align: left; padding: 18px 12px 5px; border: solid 2px; }

.hours { color: #fcdab9; }
 
#credit { color: #cc9; font-size: 10px; font-family: verdana; line-height: 17px; text-align: right; }

h1 {
	display: none;
	}
	
.palace {
	display: none;
	}
p { color: white; }
td { color: white; }
a:link { }
a:visited { }
a:hover { }
a:active { }

