* {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

body {
	font-size: 80%;
	/*color: #CCCCCC;*/
	color: #999999;
	margin: 0;
	background: #FFFFFF left top;
}

.ctr {
	text-align: center;
}

/** wrapper to make the page center **/
#container {
	width: 1000px;
	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: 1000px;
	float: left;
	top: 0;
	left: 0;
}

#newContainer {
	margin-top: 0px;
	min-height: 400px;
}

/** copyright **/
#copyright {
	position: relative;
	width: 1000px;
	display: block;
	clear: both;
	float: left;
}

#copyright div {
	color: #666666;
	font-size: 10px;
	display: block!important;
	width: 1000px;
	float: left;
	clear: left;
	margin: -5px 0px 0px 0px;
	text-align: center;
}

.footer {

}

a {
	font-size: 14px;
	color: #FF0066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0066;
}

a:active {
	color: #FF3366;
}