body {
	background-color: 70635a;
	background-image: url(images/bg_pixel.gif);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	color: #3F130E;
	font-size: 0.7em;
	margin: 0;

	}
	
	
.flashWrapper {
	width: 760px;
	height: 540px;
	margin-top: 10px; margin-bottom: 0px;
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
	text-align: left; /* 2nd part of IE5-5.5 centering hack */
}
	
.shield {
	margin-top: 30px;
}
	
.welcome {
	font-size: 18px;
	color: D8CAB1;
	font-weight: bold;
}
	
A {
	color: #301015;
	text-decoration: none;
}

A:HOVER {
	color: #64262C;
	text-decoration: none;
}
