body {
	background: #5dc6db;
	font-family: Helvetica;
}

#avatar {
	width: 175px;
	height: 235px;
	background: url('avatar.png');
	position: absolute;
	bottom: 0%;
}

#icons {
	float: left;
	left: 175px;
	bottom: 2%;
	position: absolute;
}
#icons a{
	text-decoration: none;
	border: 0px;
}

img {
	padding: 4px;
	border: 1px solid #5dc6db;
}

.img_border {
	padding: 4px;
	border: 1px dotted #fff;
	background: #9ed3de;
}

#message_box{
	margin-bottom: 8px;
	margin-left: 8px;
}

#message {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #fff;
}

#inner {
	height:100%;
	width:850px;
	left:50%;
	margin-left:-425px;
	position:absolute;
	bottom: 0%;
}

#general {
	font-size: 110%;
	margin-top: 25%;
	text-align: center;
	color: #fff;
}

a :active, a:link, a:visited{
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}