html, body {
	margin: 0;
        background: #FFF;
        /*background: #F6F6F6;*/
	/*background: #e5e5e5;*/
	text-align: center;
}

object, img, a:active, a:focus{
	outline: none; 
}
#content {
	width: 1008px;				/* swf width */
	height: 625px;				/* swf height */
	clear: left;
	margin: 0 auto;
	position: relative;
}

#outer {
	width: 1008px;				/* swf width */
	height: 625px;				/* swf height */
	clear: left;
	margin: 0 auto;
	position: relative;
}

img {
	border: none;
	outline: none; 
}