body {
    margin: 0;
	padding: 0;
	background: #81DBF2 url(images/background.jpg) repeat;
}

a, a:visited {
    color: #00c;
}

.auto {
	width: 900px;
	margin: 0 auto;
	z-index: 5;
}
.vauto {
	margin: 50% 0 0 0;
	overflow: visible;
	z-index: 10;
}

.flash {
	background: url(images/backflash.png) no-repeat center center;
	height: 768px;
	margin: -384px 0 84px 0;
	z-index: 20;
}

.center {
	padding: 50px;
}

