body {
	background-color: #000;
	color: #0f0;
}

.body {
	height: 100%;
	max-width: 1000px;
	height: 550px;
	min-width: 350px;
	margin: 0px auto;
	position: relative;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 19px;
	text-shadow: 0px 0px 20px #ffffff;
}

.holo {
	background: url(front/holobg.png);
	border: 5px solid #00ff54;
	border-radius: 10px;
	width: 300px;
	height: 200px;
	
	box-shadow: 0px 0px 40px;
	padding: 3px;
	
	position: absolute;
	
	color: #cfc;
	overflow: hidden;
}

h1 {
	margin: 0px;
	text-align: center;
}

a,a:visited {
	color: #00ff00;
}

#holo1 {
	bottom: 20px;
	right: 20px;
	font-size: 14px;
}

#holo2 {
	top: 20px;
	right: 20px;
}

#holo1 div {
	height: 30px;
	float: left;
	width: 99%;
}

.avatar {
	position: absolute;
	bottom: 0px;
	margin-right: 100px;
}

.avatar img {
	max-height:550px;
	max-width: 100%;
}

#holo1content div {
	position: relative;
}

span.bottom {
	position: absolute;
	bottom: 0px;
}
