html,body
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background-color:#000000;
}

.background {
	background:url(pics/background.png);
	width:400px;
	height:550px;
	position:relative;
	top:50px;
	z-index:1;
}

.footline {
	font-size:15pt;
	font-family:arial;
	width:250px;
	height:20px;
	color:#78b600;
	position:relative;
	top:100px;
	z-index:2;
}
/*
.text1 {
	position:relative;
	top:120px;
	color:#cccccc;
	font-family:verdana;
}

.text2 {
	position:relative;
	top:150px;
	color:#cccccc;
	font-family:verdana;
} */