body {
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/background/red.gif);
	text-align: center;
	height: 100%;
	position: relative;
}


#top {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 100%;
	background-color: #8A0003;
}

#middle {
	background-image: url(../_images/index/flag.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#graffiti {
	padding-top: 60px;
}

#line_top {
	padding: 0px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../_images/index/line_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#button {
	padding: 0px;
}
#button a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	border: 1px dotted #D78800;
	font-size: 12px;
}
#button a:hover {
	background-color: #6F0;
	color: #060;
	border: 2px inset #090;
}

#line_bottom {
	background-image: url(../_images/index/line_bottom.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 20px;
}
#line_middle {
	background-image: url(../_images/index/line_bottom.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 20px;
}

#footer {
	background-image: url(../_images/index/jianzhi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 12px;
}
#bottom {
	background-color: #8A0003;
	height: 12px;
	font-size: 10px;
	color: #D78800;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
