@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 600px;
}

#maincontainer{
	min-width:980px;
	height: 100%;
}

#contentcontainer {
	float: none;
	left: auto;
	position: static;
	width: auto;
	height: 100%;
	min-height: 600px;
}

#backgroundpage {
	min-height: 95%;
	z-index: 1;
	position:static;
	top: 30px;
	width: 100%;
	height: 95%;
}
#flashcontent {
	background: transparent;
	width: 100%;
	height: 100%;
	min-height: 600px;
	
	position:absolute;
	left: 0;
	top: 0;
	
	z-index: 10000000;
}
