html, body {
	margin: 0px; padding: 0px; height: 100%; background-color: #99cc99;
}
div.entry {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
}
div.all {
	position: absolute; width: 700px; min-height: 100%; top: 0px; left: 50%;
	margin-left: -350px; background-color: #99CC99;
}
img.logo {
	position: absolute; top: 5px; right: 5px;
}
img.title {
	position: absolute; top: 5px; left: 5px;
}
img.titlemain {
	position: absolute; top: 5px; left:50%; margin-left: -250px;
}
div.nav {
	position: absolute; top: 182px; left: 5px; width: 690px; height: 20px;
	border-top: solid 2px #0f6e12; border-bottom: solid 2px #0f6e12;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.navbar {
	text-align: center;
}
div.content {
	position: absolute; top: 210px; left: 0px; width: 700px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
}
div.salescontent {
	position: absolute; top: 210px; left: -50px;
	width: 800px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CC99;
}
a.nav1 {
	text-decoration: none;
}
a.nav1:hover {
	background-color: Yellow; display: block;
}
a {
	text-decoration: none;
}
a:hover {
	background-color: Yellow;
}
.style1 {font-size: 12px}

* html .all {
	height: 100%;
}
