@charset "utf-8";

#container {
	position:relative;
	top:-1px;
	padding-top:0;
	background:#58ceff url(../images/bg_top.png) left bottom no-repeat;
}

#topInner {
	padding:3px 30px 18px;
}

#topMenu {
	position:relative;
	width:800px;
	height:512px;
	background:url(../images/bg_main.jpg) left top no-repeat;
}

#topMenu li {
	position:absolute;
}

#topPopin {
	top:70px;
	left:30px;
}


#topNerune {
	top:43px;
	right:17px;
}


#topHappy {
	top:283px;
	left:87px;
}


#topAbout {
	top:430px;
	right:7px;
}

#topFoot {
	background:url(../images/bg_foot.png) left top no-repeat;
}

#topFoot ul {
	float:right;
	padding:0 16px 0 0;
}

#topFoot li {
	display:inline;
}

#topFoot li a {
	float:left;
	margin-left:30px;
}

.topBan {
	padding:13px 0 5px;
}


