object#swf_container {
    position: absolute;
    display: block;
    text-align: center;
}

#shadow_right {
    position: absolute;
    display: block;
	width: 10px;
	height: 690px;
	background: url(shadeRight.png) no-repeat;
	display: none;
}

#shadow_bottom {
    position: absolute;
    display: block;
	width: 1200px;
	height: 10px;
	background-color: #FF0;
	background: url(shadeBottom.png) no-repeat;
	display: none;
}
