@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

.bgslideshow { position: fixed; left:0; top:0; z-index: -1; height: 100%; width: 100%; }  
.bgslideshow img { position: absolute; min-height: 100%; min-width: 800px; width: 100%; height: auto;left:0; top:0; } 

a:link {
	color: #111;
	text-decoration: underline;
}
a:visited {
	color: #111;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container {
	width: 700px;
	border: 1px solid #000000;
	text-align: center;
	margin: 80px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(image/cont-bg.png);
}

.oneColLiqCtrHdr #header {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 0px;
	border-top: 1px solid #000;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
}
