#container {
	position: relative;
	height: 1000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-color: #CCC;
	position: relative;
	height: 140px;
	width: 195px;
	top: 0px;
	left: 0px;
	background-image: url(/grc175/cashregister2/cash_logo_crc.png);
}
.whitetext {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: .2em;
}
#botnav {
	background-color: #000;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#mainnav {
	position: absolute;
	height: 25px;
	width: 800px;
	left: 0px;
	top: 145px;
	background-color: #FFF;
}
#content {
	position: absolute;
	height: 800px;
	width: 800px;
	top: 175px;
}
#contant_L {
	position: absolute;
	height: 800px;
	width: 400px;
	top: 0px;
	left: 0px;
	background-color: #999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#banner {
	height: 140px;
	width: 600px;
	top: 0px;
	right: 0px;
	position: absolute;
}
#contant_R {
	position: absolute;
	height: 800px;
	width: 397px;
	top: 0px;
	right: 0px;
	background-color: #CCC;
	background-image: url(/grc175/cashregister2/cashregister_locations.png);
}

