﻿body
{
	background: #000 url(../images/bg.jpg) no-repeat center top;
	margin:0;
	padding:0;
}
#content-wrapper{
	padding-top: 80px;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#content{
	position: relative;
	width:720px;
	height: 490px;
	padding-right:50px;
	overflow:auto;
	text-align:center;
}
.inner-bg{
	background: #fcfcfc url(../images/inner-bg.jpg) no-repeat;
	width:720px;
	height: 486px;
}
#footer {
	width:720px;
	height: 200px;
	padding-top:5px;
	position:relative;
}
#footer .left {
	width:520px;
	height: 200px;
	float:left;
}
#footer .right {
	width:200px;
	height: 200px;
	text-align:right;
	float:right;
}
p{
	color: #666;
}
h1{
	color:#cf1111;
}

img {
	border: 0 none;
}







