#Gbox {
	display: block;
	height: 600px;
	width: 800px;
	position: relative;
}
#imageBB {
	background-color: #000000;
	height: 600px;
	width: 800px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#Mid {
	background-image: url(../images/BoardM_02.png);
	position: absolute;
	height: 150px;
	width: 800px;
	bottom: 40px;
	background-repeat: no-repeat;
	left: 0px;
	filter: Alpha(Opacity=70);
}
#Bottom {
	background-image: url(../images/BoardM_03.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#Mlist {
	height: 126px;
	width: 515px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 24px;
}
.padss {
	padding: 5px;
}
#Mlist ul {
	float: left;
	margin: 0px;
	list-style-position: inside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding: 0px;
}
#Mlist li {
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 30px;
}
#Mlist a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#Mlist a:hover {

	font-weight: bold;
	color: #CCFFFF;
	text-decoration: underline;
}
