@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body,html {
	background-color:#FFFFFF;
	text-align:center;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-position:center;
	background-repeat:repeat-y;
}

#content {
	display: block;
	vertical-align: top;
	width: 900px;
	text-align:center;	
	margin: 0px auto;
}

#flashFile {
	width: 860px;
	float: left;
}

#leftMargin {
	width: 20px;
	float: left;
}

#rightMargin {
	width: 20px;
	float: left;
}