@CHARSET "UTF-8";


/* base style */

body {
		margin:0;
		padding: 0;
		background-image: url(bsg.gif);
		background-color:#eeeeee;
		background-repeat: repeat;

		font :12px Gulim,Tahoma,Arial,sans-serif;	
		letter-spacing:-1px;
		line-height:18px;
}

A:link      { color:#535757; text-decoration:none; }
A:visited { color:#535757; text-decoration:none; }
A:active  { color:#535757; text-decoration:none; }
A:hover  { color:#990000; text-decoration:underline; }

img { border:0; }

form { display : inline; }
form { margin:0; }

/* base style end */

/* layout */
#index_view { width:950px; height:450px; margin:auto; margin-top:30px; }

#index_player { width:187px; height:200px; position:absolute; top:20%; left:70%; z-index:1; }
#index_player .player_view { width:187px; height:180px; background:url(player_top.gif) no-repeat bottom; }
#index_player .player_view .display { width:167px; height:167px; padding:10px 10px 0px 10px; }

#index_bottom { width:950px; height:30px; margin:auto; margin-top:10px; }
#index_bottom .index_counter { float:right; }