body {
	background: #21656E url('../images/hotsprings/background.png') no-repeat fixed top left;
	color: #21656E;
}

#trans_bg_horizontal {
    filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   background-color: #FFFFFF;
   border: solid 1px #5196B7;
}

#trans_bg_vertical {
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;   
   background-color: #FFFFFF;
   border: solid 1px #5196B7;
}

#trans_bg_main {
   filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   background-color: #FFFFFF;
   border: solid 1px #5196B7;
}

#trans_bg_main img {
	border: 2px solid #5196B7;
	padding: 3px 3px 3px 3px;
	margin: 5px 5px 5px 5px;
}

#page_header {
   color: #FFFFFF;
}

#overlay{ 
filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   background-color: #21656E;
}

* html #overlay{
	filter: alpha(opacity=70);
   -moz-opacity: 0.70;
   opacity: 0.70;
   position: absolute;
   background-color: #21656E;
}