body {
	background-color: #000000;
	color: #ffffff;
	overflow: hidden;
}

img.background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}

img.sitetitle {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 2;
}

div.maintext {
	position: absolute;
	top: 90px;
	left: 50px;
	z-index: 3;
	font-family: Verdana, Arial, sans-serif;
	width: 50%;

}

a {
	color: #ccffcc;
}


img.signature {
	position: relative;
	left: 40%;
}
