/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*
END OF RESET
*/

html{width:100%; height:100%;overflow:hidden}
body{

	background: #e4e0d0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width:100%; height:100%;
	overflow:hidden;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#center_wrap{
	width: 570px;
	height: 94px;
	top:50%;
	left:50%;
	position:absolute;

}


#container{
	width: 570px;
	height: 94px;
	top:-50%;
	left:-50%;
	position:absolute;

}

#logo{
	float:left
}

#container ul{
	list-style:none;
}

#container ul li{
	width:132px;
	height: 19px;
	padding: 0px 9px 3px 9px;
	position:absolute;
	color: #FFF;
	font-weight: bold;
	overflow:hidden;
	margin-top: 17px;
	top:0px;
}

#container #visual{
	background:url(../images/visual_bg.jpg) no-repeat;
	margin-left: 112px;

}
#visual p{
	color: #f9e3d2;
}

#container #music{
	background: url(../images/music_bg.jpg) no-repeat;
	margin-left: 266px;
}

#music p{
	color: #d1fda2;
}

#container #radio{
	background: url(../images/radio_bg.jpg) no-repeat;
	margin-left: 420px;
}

#radio p{
	color: #a6d4ff;
}

#radio .inner .suggest{
	font-size: 11px;
	line-height: 14px;
}


.inner{
	font-weight:100;
	font-size: 13px;
	position: relative;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	top:0px;
}

.inner h1{
	font-weight:bold;
	margin-bottom: 10px;
	font-size: 14px;
}

.inner p{

	line-height: 15px;
	margin-bottom: 10px;
}
.inner a{
	color:#FFF;
	font-weight: bold;

}



#footer{
	clear:both;
	color: #887a6f;
	font-size:11px;
	letter-spacing:0px;
	margin-left: 5px;
	line-height:13px;
	padding-top:11px;
}

#footer a{
	color: #887a6f;
}