* {
	margin: 0;
	padding: 0;
}

body {
	overflow: auto
}

#info {

	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#cont {
	margin: auto;
	width: 980px;
	background-color: #0099FF;
}
