body {
	min-width:980px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333;
	line-height:30px;
}
#bgn {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
z-index: -1 !important;
}
#bgn img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
.main {
width: 980px;
padding: 0;
margin: 0 auto;
font-size: 0.8125em;
line-height: 1.538em;
position: relative;
z-index: 2;
text-align:center;
margin-top:8%;
}

