* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

body {
	font-size: 75%;
	color: #000000;
	margin: 0;
	background: #2956B5 left top;
}

.ctr {
	text-align: center;
}

/** wrapper to make the page center **/
#container {
	width: 1024px;
	margin: auto;
	padding: 0;
	text-align: left;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	position: relative;
	width: 1024px;
	float: left;
	top: 0;
	left: 0;
}

#newContainer {
	margin-top: 10px;
	min-height: 600px;
}

/** copyright **/
#copyright {
	position: relative;
	width: 1024spx;
	display: block;
	clear: both;
	float: left;
}

#copyright div {
	color: #FFFFFF;
	font-size: 10px;
	display: block!important;
	width: 1024px;
	float: left;
	clear: left;
	margin: -10px 0px 0px 0px;
	text-align: left;
}

.footer {

}