body {
    position:relative;
    margin:0px;
    padding:0px;
    background-color:#F5FFE1;
    text-align: center;
    width:100%;
    height:100%;
    color:#607A2E;
}

#head {
	background-image: url(../images/head_top.gif);
	background-position:top center;
	background-repeat:repeat-x;
        width:100%;
}
#head img {
	position:relative;
	top:17px;
}
#box {
	position:relative;
	float:inherit;
	width:907px;
	margin:0 auto;
	top:10px;
}
#box_top {
	position:relative;
	float:left;
	background-image:url(../images/box_head.gif);
	background-repeat:no-repeat;
	width:907px;
	height:71px;
}
#box_toplist {
	position:relative;
	float:left;
	background-image:url(../images/toplist_head.gif);
	background-repeat:no-repeat;
	width:907px;
	height:71px;
}
#box_play {
	position:relative;
	float:left;
	background-image:url(../images/now_playing.gif);
	background-repeat:no-repeat;
	width:907px;
	height:71px;
}
#box_bottom {
	position:relative;
	float:left;
	background-image:url(../images/box_bottom.gif);
	background-repeat:no-repeat;
	width:907px;
	height:78px;
}

#box .content {
	position:relative;
	background-color:#E4F8B9;
	float:left;
	width:902px;
	text-align:center;
	left:3px;
}

#box .keret {
	position:relative;
	float:left;
	background-image: url(../images/image_box_bg.gif);
	background-repeat:no-repeat;
	background-position:top middle;
	width:173px;
	height:152px;
	margin-left:6px;
	margin-top:3px;
}

#box img {
	position:relative;
	border:0;
	top:5px;
	left:2px;
	border:1px solid #607A2E;
	width:160px;
	height:120px;
}

#footer {
	position:relative;
	float:left;
	background-image: url(../images/footer_bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
        width:100%;
	height:67px;

}

#footer .text {
	position:relative;
	font-size:12px;
	top:20px;
	color:#607A2E;
}

#footer .text a {
	font-size:12px;
	font-weight:bold;
	color:#607A2E;
	text-decoration:none;
}

#footer .text a:hover {
	font-size:12px;
	font-weight:bold;
	color:#607A2E;
	text-decoration:underline;

}

a {
	font-size:14px;
	font-weight:bold;
	color:#607A2E;
	text-decoration:none;
}
#banner {
	position:relative;
	width:1000px;
/*	float:inherit;*/
	margin:0 auto;
	text-align:center;
}

