html,body
{
	margin:0px;
	padding:0px;
	height: 100%;
}

body
{
  background-image:url('../components/background_biggie.jpg');
}
DIV
{
	-moz-box-sizing: border-box; 
	box-sizing:border-box;
	margin:0;
	text-align: left;
}

#html_menu span
{
  cursor:pointer;
  font-weight:bold;
  margin-right: 10px;
  text-decoration:underline;
}

.flash_container{
	width: 930px;
    height: 590px;
	position: relative;
	margin: 20px auto 20px auto;
	/*		position:absolute;
		left: 50%; 
		top: 50%;
		width: 930px;
		height: 706px;
		margin-top: -353px; /* half of the height */
	/*	margin-left: -465px; *//* half of the width */

}

.content{
    width: 930px;
    height: 484px;
    background-color: #FFFFFF;
    z-index: 5;
    position: absolute;
    left: 0px;
    top: 73px;
}
