HTML, BODY {
	height: 100%;
	margin: 0;
}

BODY {
	background-color: #000;
	background-image: url(../IMG/layout/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Myriad Pro", Helvetica, "Trebuchet MS", sans-serif;
	color: #fff;
	font-size: 12px;
}

TD {
	color: #fff;
}

A {
	color: #8079ff;
}
A:hover {
	text-decoration: none;
}

H1, H2, H3, H4, H5, STRONG {
	color: #bcb8ff;
	margin-top: 0;
}

#container {
	width: 1004px;
	height: 580px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -502px;
	margin-top: -290px;
}

#menu {
	height: 64px;
	background-image: url(../IMG/layout/menubg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	bottom: 0;
	width: 1004px;
}

#logo {
	margin: -24px 35px 0 26px;
	width: 177px; 
	height: 88px;
	vertical-align: top;
	float: left;
}

.spinner {
	position: absolute;
}

.spinner-img {
	background: url('../IMG/layout/loading.png') no-repeat;
	width: 131px;
	height: 132px;
	margin: 0 auto;
}

#sideImg {
	height: 580px;
	width: 387px;
	float: left;
}

#page {
	height: 490px;
	width: 597px;
	padding: 10px;
	float: left;
	overflow: auto;
}


