html,body{
    height: 100%;
	bgcolor="#FFFFFF";
	margin: 0 0 0 0;

}	


#container{
	width : 100%;
	height: 100%;
}


#container #flashContents{

   /*min-max width*/
	min-width:990px;
	min-height:660px;
	width : 100%;
	height: 100%;
}


div#flashContents div#under{
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-42px;
	text-align:center;

}
