@charset "utf-8";
/* CSS Document */

body {
	background-color: #4E4E4E;
	background-image: url(bg.gif);
	background-position: center;
	background-position: top;
	margin: 0;
	padding: 0;
	height: 100%;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FCA91B;
	text-decoration: none;
}

a:active {
	color: #866700;
	text-decoration: none;
}

#container {
	display: table;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	border-spacing: 0px;
	width: 400px;
}

.row {
	display: table-row;
	border-spacing: 0px;
}

.space1 {
	display: table;
	height: 20px;
}

.space2 {
	display: table;
	height: 32px;
}

.space3 {
	display: table;
	height: 24px;
}

.space4 {
	display: table;
	height: 52px;
}

.sites {
	text-align: center;
}

.text1 {
	font-family: "Courier New", Courier, mono
}

.footer {
	display: table;
	padding: 10px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
}