body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.global {
	background-image:url(images/bg.gif);
	background-repeat:no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 500px;
	margin-top: -250px; /* half of the height */
	margin-left: -400px; /* half of the width */
	border: 3px solid #000;
	border-color: #666666;
	visibility: visible;
	}

.header {
	width: 800px;
	height: 104px;
}


.main {
	height: 270px;
	width: 520px;
}

.links {
	width: 180px;
	height: 270px;
}
