body {
	background: #4f4741 url(splash.jpg) no-repeat;
	width: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container h1 {
	display: none;
}

a.previous {
	position: relative;
	top: 0px;
	background: url(button-trans.png) no-repeat;
	width: 120px;
	height: 115px;
	display: block;
	right: 0px;
	float: right;
}

a.previous:hover {
	position: relative;
	top: 0px;
	background: url(button-trans.png) no-repeat 0 -118px;
	width: 120px;
	height: 115px;
	display: block;
	right: 0px;
	
}

a.previous span {
	display: none;
}

.profile img {
	position: relative;
	top: 295px;
	left: 330px;
	width: 291px;
	height: 159px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}