body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	text-align: center;
}

#text, #fmMessage, a, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;	
	color: #b6b6b6;
	text-align: left;
}

em {
	text-decoration: none;
	color: 808080;
	font-weight: bold;
}

a, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fefefe;
}

a:hover {
	color: #ff0000;
}

#fmContent {
	width: 808px;
	height: 770px;
	margin: 0 auto;
	background-image: url('fm.png');
}

#fmMessage {
	position: relative;
	top: 356px;
	width: 300px;
	margin: 0 auto;
}