/* CSS Document */

body {
	background-color: #3F4041;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
}
#info {
	width: 300px;
	overflow: auto;
}
#flashcontent {
	width: 785px;
	height: 500px;
	margin-left:auto;
}
#outerdiv        
    {

    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100px;
    overflow: visible;
    top: 50%;
}

#innerdiv    
    {
    position: absolute;
    margin-left: -392px;
    top: -250px;
    left: 50%;
    width: 785px;
    height: 500px;

    }

