* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	width: 100%;
	background: #000;
}

table {
	height: 100%;
	width: 100%;
	border: 0px;
	table-layout: auto;
}

td {
	text-align: center;
}

.top {
	background:url(../img/bg_top.png) repeat-x bottom;
	max-height: 25%;
}

.bottom {
	max-height: 25%;
}

.middle {
	height: 610px;
}

#mainFlash {
	background:url(../img/bg.png) repeat-x;/* 0 -100px;*/
	margin: 0 auto;
}