html, body {
	height: 100%;
	background-color: #EEEEEE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	color: #000000;
}

a {
	color: #000000;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -76px;
	background:transparent url(/assets/templates/lottiestradgard/images/bg.png) repeat-y scroll 50% 0;
}
#push {
	height: 100px;
}
.footer {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	margin: 0px auto;
	padding: 32px 0px;
	width: 1023px;
}
.footer a {
	color: #FFFFFF;
}
.menutable {
	padding: 0px;
	margin: 0px auto;
}
.menutable .spacer {
	width: 3px;
}
.menutable .left_inactive {
	width: 5px;
	height: 18px;
}
.menutable .center_inactive {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}
.menutable .center_inactive a {
	text-decoration: none;
	color: #000000;
}
.menutable .right_inactive {
	width: 5px;
	height: 18px;
}
.menutable .left_active {
	width: 5px;
	height: 18px;
}
.menutable .center_active {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 5px 0px 5px;
}
.menutable .center_active a {
	text-decoration: underline;
	color: #000000;
}
.menutable .right_active {
	width: 5px;
	height: 18px;
}