body {
    position:relative;
    margin:0px;
    padding:0px;
    background-color:#FADCEF;
    text-align: center;
    width:100%;
    height:100%;
    color:#AE205F;
}

#head {
	background-image: url(../i/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:933px;
	margin:0 auto;
	top:10px;
}
#box_top {
	position:relative;
	float:left;
	background-image:url(../i/box_head.gif);
	background-repeat:no-repeat;
	width:933px;
	height:94px;
}
#box_toplist {
	position:relative;
	float:left;
	background-image:url(../i/toplist_head.gif);
	background-repeat:no-repeat;
	width:933px;
	height:82px;
}
#box_bottom {
	position:relative;
	float:left;
	background-image:url(../i/box_bottom.gif);
	background-repeat:no-repeat;
	width:933px;
	height:84px;
}

#box .content {
	position:relative;
	background-color:#F7C5E4;
	float:left;
	width:933px;
	text-align:center;
	padding:1px;
}


#box img {
	position:relative;
	border:0;
	top:5px;
	left:0px;
	border:1px solid #DD79A5;
	width:300px;
	height:300px;
}

#footer {
	position:relative;
	float:left;
	background-image: url(../i/footer_bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
        width:100%;
	height:48px;

}

#footer .text {
	position:relative;
	font-size:12px;
	top:10px;
	color:#AE205F;
}

#footer .text a {
	font-size:12px;
	font-weight:bold;
	color:#AE205F;
	text-decoration:none;
}

#footer .text a:hover {
	font-size:12px;
	font-weight:bold;
	color:#AE205F;
	text-decoration:underline;

}

a {
	font-size:14px;
	font-weight:bold;
	color:#AE205F;
	text-decoration:none;
}
#banner {
	position:relative;
	top:10px;
}