body {
	background: #fff url("bg_60.jpg") repeat;
	width: 1150px;
	height: 900px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	outline: none;
}
#alt {
	position:absolute;
	width: 885px;
	height: 680px;
	background: #fff transparent;
	top: 50%;
	left: 50%;
	margin: -340px 0px 0px -442px;
}
#flashcontent {
	width: 885px;
	height: 680px;
	margin: auto auto;
}
#txt {
	position:absolute;
	width: 700px;
	height: 250px;
	background: #fff;
	color: #79566a; 
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
	font-size: small;
	padding: 20px;
	top: 50%;
	left: 50%;
	margin: -125px 0px 0px -350px;
}
.lnk {
	text-decoration: none;
	color: #e59724;
}