@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* IE */
*html img {
  behavior: url(/scripts/iepngfix.htc);
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

#bg {
	background:url(/photo/images/bg.jpg) top repeat-x;
	height:538px;
	z-index:1;
}

#bg_bottom {
	background:url(/photo/images/bg_bottom.png) bottom repeat-x;
	height:147px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:2;
}

#wrap {
	width:990px;
	margin:0 auto;
}

#left {
	width:300px;
	float:left;
	padding:30px 0 0 20px;
	overflow:hidden;
}

#left h1 {
	padding-bottom:20px;
	line-height:49px;
}

#left h2 {
	padding-bottom:20px;
	line-height:19px;
}

#left ul {
}

#left li {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: none;
  line-height:12px;
}

#left li img{
	border:0;
}

#left li a {
	text-indent:-99999px;
}

#left li a:hover img{
	visibility:hidden;
}

#left li.bt1 a{
	background:url(/photo/images/m_yonder_off.gif) no-repeat;
	width:117px;
	height:12px;
	display:block;
}

#left li.bt1 a:hover{
	background:url(/photo/images/m_yonder_on.gif) no-repeat;
	width:117px;
	height:12px;
}

#left li.bt2 a{
	background:url(/photo/images/m_here_off.gif) no-repeat;
	width:93px;
	height:12px;
	display:block;
}

#left li.bt2 a:hover{
	background:url(/photo/images/m_here_on.gif) no-repeat;
	width:93px;
	height:12px;
}

#left li.bt3 a{
	background:url(/photo/images/m_play_off.gif) no-repeat;
	width:107px;
	height:12px;
	display:block;
}

#left li.bt3 a:hover{
	background:url(/photo/images/m_play_on.gif) no-repeat;
	width:107px;
	height:12px;
}

#right {
	width:670px;
	float:left;
	z-index:4;
}


