@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

#mainCont {
	height: 156px;
	margin: auto;
	margin-top: 150px;
	width: 697px;
}

#logoCont {
	height: 156px;
	width: 697px;
}

#logo {
	background: url('images/logo.png') no-repeat top left;
	height: 156px;
	width: 697px;
}

#logo_undertext {
	background: url('images/menubar.jpg') repeat-x;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	color: #CCC;
	font: 14px Arial, Helvetica, sans-serif;
	height: 33px;
	padding-top: 11px;
	text-transform: uppercase;
	text-align: center;
}

#on_off {
	font: 14px Arial, Helvetica, sans-serif;
	color: #900;
	text-transform: uppercase;
}