body{
	background-image: url("images/background.jpg");
	}

#frame {
	width:770px;
	height:500px;
	margin: auto;
	background-color: #FFFFFF;
	border: solid 1px #666666;
}

#getFlash {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 8px;
	padding-bottom: 3px;
	text-align: right;
	width:770px;
	margin: auto;	
}

a:link, a:visited {
	color: #666633;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
	}