#Body {overflow:hidden;}
.Background{position:absolute;z-index:1; width: 1280px; height: 960px; background-image:url(/images/kungup_left.jpg);}
.Background_Cover {position:absolute;z-index:2; width: 1280px; height: 960px; background-color:black; opacity:.8;background-image:url(/images/kungup_arbitrary.jpg); background-position: 0 50%;}
.Background_Cover_Three {position:absolute;z-index:4; width: 1280px; height: 960px; background-color:black; opacity:.8;background-image:url(/images/kungup.jpg); background-position: 0px -20px;}
.Foreground {position:absolute;z-index:5; width: 1280px; height: 960px;  color:white; }
#Events li {font: normal 12px Arial; margin-bottom: 10px; margin-left:10px;}
#Events a {color:yellow;}
.Content {font-family: Arial Black; font-size: 30px; margin-left: 40px;top:5px;position:relative;}
.Dash {margin-left: 20px; margin-right: 40px;}
.Edit_Link {margin-left: 10px;}

#Page_Up
{
	position:fixed;
	z-index:12;
	top: 5%;
	left: 45%;
	width: 148px;
	height: 204px;
	background-image: url(/images/point_up.png);
	display:none;
}
#Page_Down
{
	position:fixed;
	z-index:12;
	bottom: 5%;
	left: 45%;
	width: 148px;
	height: 204px;
	background-image: url(/images/point_down.png);
}