body {
	background-image: url(images/bg.gif);
	background-color: #000000;
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: "Arial";
	font-size: 10px;
	color: #ffffff;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color: white;
	text-decoration: none;
}

.top {
position: relative;
top: 0px;
height: 0px;
}

.base {
position: relative;
bottom: 12px;
height: 0px;
}


