﻿/*hide from ie on mac\*/
#flashcontent {
	width: 1200px;
	height: 600px;
}
/* end hide */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
img {
	border:0;
}
#content {
	position:absolute;
}
#content_ {
border: 0px dotted grey;
	height: 600px;
	left: 50%;
	margin-left: -600px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	width: 1200px;
}