body {
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif bold;
	color: #ffffff;
}

div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
}

p {
	line-height: 14px;	
}

ul {
	list-style-type: none;
}


a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#swf{
width:1000px;
}