@charset "utf-8";
/* CSS Document */

#player{
	position: relative;
	display: block;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.rnd_img{
	display: block;
	margin: auto;
	text-align: center;	
}

a.rnd_img{
	text-align: center;
	text-decoration: none;
}


a{
	font-style: none;
	text-decoration: underline;
	color:#000000;
}

a.scroller{
	text-align: center;
	display: inline;
	text-decoration: none;
}

#wrapper{
	position: absolute;
	left: 55px;
	top:175px;
	padding: 20px;
}

#display{
}

.left_img{
	position: absolute;
	left: 45px;
	top: 8px;	
}

.top_bar1{
	position: absolute;
	left: 260px;
	top: 12px;
	border: solid 1px #000000;
	width: 105px;
	height: 102px;
	padding: 10px;
}

.top_bar2{
	position: absolute;
	left: 410px;
	top: 12px;
	border: solid 1px #000000;
	width: 105px;
	height: 102px;
	padding: 10px;
}

.top_bar3{
	position: absolute;
	left: 560px;
	top: 12px;
	border: solid 1px #000000;
	width: 105px;
	height: 102px;
	padding: 10px;
}

.nav_wrap{
	position: absolute;
	top: 20px;
}

.main_img{
	position: absolute;
	top: 190px;
	left: 55px;
}

.main_text{
	position: absolute;
	top: 190px;
	left: 450px;
}