html, body {
	margin: 0;
	background-color: #ffffff;
	font-family: Sans Bold, sans-serif, Arial, Helvetica;
	height: 100%;
	width: 100%;
	color: lef#696969;
	font-size: 10pt;
}

.important {
	font-weight: bold;
	margin-bottom: 30px;
	margin-left: 20px;
}

#container {
	position: absolute;
	width: 800px;
	height: 600px;
}

#left {
	position: absolute;
	height: 100%;
	width: 230px;
}

#main {
	position: absolute;
	left: 50px;
	top: 200px;
	width: 570px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#band {
	position: absolute;
	top: 0;
	left: 395;
	border: none;
}


iframe {
	min-height: 600px;
	min-width: 800px;
	height: 100%;
	width: 100%;
	border: none;
}

a {
	color: inherit;
	text-decoration: underline;
	font-style: italic;
}

a:hover {
	text-decoration: none;
}
