body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#frame {
	float: left;
	height: 100%;
	width: 100%;
}
.main {
	width: 100%;
	text-align: center;
	padding-top: 5%;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
