* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background: #000000 url(../images/site_images/bg.jpg) repeat scroll center center;
}

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 99.5%;
	Xargin: auto 0;
	min-height: 780px;
	/height: expression((document.body.offsetHeight > 780) ? '100%' : '780px');
	/overflow: visible;
}

#flash {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-width: 990px;
	/width: expression((document.body.offsetWidth > 990) ? '100%' : '990px');
	/overflow: visible;
}

