@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	color: #fff;
	font-size: 85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
	
#maincontainer
{
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


#photo {
	float: right;
	padding: 10px;
	}
	
#footer {
	position: absolute;
	width:100%;
	font-size: 85%;
	text-align: center;
	bottom: 0px;}	
