body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px
	padding: 0px;
	background-image: url('../images/pattern.gif');
	background-position: top;
}
#content {
	z-index: 1;
	position: absolute;
	margin: 0px;
	padding-top: 34px;
	width: 850px;
	left: 50%;
	top: 0px;
	margin-left: -425px;
	background-color: #fff;
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
}
#flashcontent {
	border-top: dotted 1px #000000;
	padding-top: 5px;
	width: 850px;
	height: 450px;
	background-color: white;
}