body {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #990066;

}
a:hover {
	text-decoration: underline;

}
a:visited {
	color: #990066;
}


#email {
	text-align: right;
	background-color: #EBDBE8;
	clear: both;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	position: absolute;
	bottom: 0px;
}


#content {
	width: 700px;
	position: absolute;
	left: 20%;
	top: 20%;
}

#content #bottom {
	margin-left: 136px;
	margin-bottom: 15px;
}
#content #link {
	float: left;
	padding: 10px;
}
