@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	margin-top:90px;
}

a img {
	border: none;
}

.container {
	position:relative;
	width:1008px;
	height:810px;
	background-image:url(images/bg_index.png);
	background-repeat:no-repeat;
}

.content {
	position:relative;
	padding: 0px 0px;
}

.text {
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:auto;
}

.footer {
	position:absolute;
	width:1008px;
	height:100px;
	top:auto;
	right:0px;
	left:0px;
	bottom:18px;		
	}
