@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow:auto;
	font-family: sans-serif;
	background-image: url("../images/Background.jpg");
	background-repeat: repeat-x;
	background-color: #000;	
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #FF0006;
	font-weight: bold;
	font-size: 13px;
}

.siteContainer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	min-height: 920px;
	height: 100%;
	padding: 30px 40px 50px 40px;
	overflow: visible;
	background-color: #FFF;	
}


.copyrightContainer {
	margin-top: 30px;
	font-size: 10px;
	color: #AAA;
}

.copyrightMobi {
	float: left;
}


.copyrightCXG {
	float: right;
}
