body {
	margin: 0px;
	background-color: #F1EFED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}

a {
	color: #EE0F84;
	text-decoration: none;
}

.bold {
	font-weight:bold;
}

.indent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 28px;
}

#header {
	margin-top: 28px;
	margin-left: 28px;
	position: absolute;
	z-index: 1;
}

#content {
	background-color: transparent;
	text-align: center;
	margin-top: -250px;
	margin-left: -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 500px;
	visibility: visible;
	z-index: 0;
}
