html { 
	padding: 0px; 
	margin: 0px 0px 0px 0px;
}

body {
	background-color: #CCE5A2;
	font-family: "Copperplate Gothic Light", Georgia, "Times New Roman", Times, Arial;
	color: inherit;
	margin: 30px 0px 0px 0px;
}

#container {
	width: 747px;
	height: 475px;
	border: solid #FFFFFF 1px;
}

#flash_container {
	width: 473px;
	height: 267px;
	display: block;
	padding-top: 50px;
}

#logo_container {
	width: 295px;
	padding-top: 10px;
}

#link {
	padding-top: 5px;
	margin-bottom: 20px;
}

.link a:link, .link a:active, .link a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}

.link a:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}
