div.title {
	background-image: url("title.jpg");
	background-repeat: no-repeat;
	width:929px;
	height: 872px;
	background-color: #5A9ABE;
	position: relative;
	left: -14px;
	top: -10px;
	text-align: left;
}
div.menu {
	width:610px;
	height: 45px;
	border: 0px solid pink;
	position: relative;
	top: 121px;
	left: 208px;
	text-align: left;
}

div.footer {
	width: 500px;
	height: 40px;
	text-align: center;
	position: relative;
	top: -30px;
}

iframe.mainFrame {
	background-repeat: no-repeat;
	width: 642px;
	height: 670px;
	position: relative;
	top: 125px;
	left: 181px;
	border: 0px solid pink;
}

body {
	background-color: #E4E4E4;
	font-family: verdana;
	font-size: 11px;
}

.button {
	margin-left: -4px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	border: 0px;
