/* Include tooltop styles */
@import url("/-/mychinavillage/css/tooltip.css");

/* Include nav styles */
@import url("/-/mychinavillage/css/nav.css");

/* Include subPage styles */
@import url("/-/mychinavillage/css/subPage.css");

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #092045 url("/-/mychinavillage/images/bkg.jpg") no-repeat top center;
	font: 12px/18px "Lucida Sans Unicode";
}

#container {
	height:100%;
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom: 60px;
}

.center {
	width: 960px;
	margin: 0px auto 0px auto;
}

#header {
   height: 120px;
}

h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

a.cLink:link, a.cLink:visited {
	text-decoration: none;
	border-bottom: 1px dotted #d42525;
	color: #d42525;
}

a.cLink:hover, a.cLink:active {
	text-decoration: none;
	border: none;
	color: #ffffff;
	background-color: #d42525;
}
