body {
	margin: 0;
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000 url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
img {
text-align:center;
border:none;
}
.hide {
	border: none;
	display: none;
	margin: 0;
	padding: 0;
}
#main {
	margin: 0 auto;
	width: 950px;
	position: relative;
}
#header {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.main-area {
	width: 100%;
	padding: 0 0 0 0;
}
#center {
	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
	width:678px;
	height:400px;
	text-align:center;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}
