body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(avatar-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
}
#content {
	width: 700px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
h1 {
	font-size: 28px;
}
a {
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	font-size: 24px;
}
a:hover {
	font-weight: bold;
	color: #FC0;
	text-decoration: underline;
	font-size: 24px;
}
.avatartext {
	font-weight: bold;
	color: #A3CCE2;
	font-size: 28px;
}
