html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div#flashLayer {
	width: 100%;
	height: 100%;
	min-width: 750px;
	min-height: 550px;
}

.flashMessage {
	position: relative;
	max-width: 1030px;
	overflow: hidden;
}

.flashMessage .content {
	background-image: url(../images/bg_index.jpg);
	background-position: left bottom;
	background-color: #798388;
	background-repeat: no-repeat;
	padding-bottom: 330px;
}
