body {
	background-color: black;
	background-image: url(tartan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
	font-family: verdana, sans-serif;
	font-size: 12pt;
}

#fb {
	position: absolute;
	right: 2px;
	bottom: 2px;
	overflow: visible;
	background-image: url(tartan_br2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 400px;
	height: 380px;
}

#mainbox {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	margin-left: -300px;
	text-align: center;
	height: 370px;
	margin-top: -185px;
}

a {
	color: #FFDDDD;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #DDDDFF;
	text-decoration: underline;
}

