@charset "UTF-8";
/* CSS Document */

html
{
	width: 		100%;
	height: 	100%;
	margin: 	0px;
	padding:	0px;
}

body
{
	width: 		100%;
	height: 	100%;
	margin: 	0px;
	padding: 	0px;
}

#container
{
	position: 		absolute;
	width:			100%;
	height: 		100%;
	min-width: 		1024px;
	min-height: 	620px;
	width: 			expression( this.scrollWidth < 1025 ? "1024px" : "100%" );
	height: 		expression( this.scrollHeight < 621 ? "620px" : "100%" );
}

#noflash
{
	width: 	100%;
	height: 100%;
	background: url(/images/bg_imgs/noflash.jpg) no-repeat;
}

#noflash img
{
	position: 		absolute;
	bottom: 		25px;
	left: 			50%;
	margin-left: 	-450px;
	border: 		none;
	text-align: 	center;
}