@charset "utf-8";
/*<![CDATA[*/
html, body
{
	height: 100%;
	background-attachment: fixed;
	text-align: center;
	padding: 0;
	margin: 0%;
	background-repeat: repeat;
	background-image: url(images/pix.gif);
}
#container {
	border: 1px solid #FFF;
	height: 700px;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	position: absolute;
}

object
{
	height: 100%;
	width: 100%;
}
/*]]>*/

