html, body {

		background-color: #2d2d2d;
}
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #2d2d2d;
}
table#main {
	height: 100%;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #2d2d2d;	
}
table#adv {
	z-index: 5;
}
div#bottom {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	display:none;
}

div#move {
position: relative;

}
div#move a{
position: relative;
z-index: 50;
background-color: red;
width: 100px;
height: 50px;
top: 50px;

}
