html {
	background: url('../images/bckgrd.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	margin: 0;
}

img {
	border: none;
}

div#header {
	background: url('../images/header.gif');
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	height: 150px;
}

div#header div#version {
	float: right;
}

div#header div#version a {
	color: #fff;
	font-size: small;
}

div#content {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
}

div#content div#buttons {
	float: left;
	padding-top: 0px;
	text-align: center;
}

div#content div#buttons a {
	display: block;
	margin-left: 30px;
}

div#content div#page {
	margin-left: 200px;
	background: url('../images/bg_new.gif');
	background-repeat: no-repeat;
	background-position: center middle;
}

div#content div#page iframe {
	width: 610px;
	height: 424px;
	margin: 56px 106px 39px 61px;
	border: 0;
}

div#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

div#footer a {
	color: #000;
	font-size: small;
}
