td {
	font-family: "Verdana", Arial, serif;
	font-size: 11px;
	color: #000000;
}
a:link, a:visited {
	font-family: "Verdana", Arial, serif;
	color: #1b80d5;
	text-decoration: underline;
}
.box {
  display: inline-block;
  width: 130px;
  height: 130px;
  background: none;
}
#logo {
  position: absolute;
  top: 50px;
  left: 20px;
}

.menu {
	display: inline-block;
	width: 900px;
	height: 130px;
	background: #1a8f1a;
}
#logo2 {
  position: absolute;
  top: 50px;
  left: 200px;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: transparent;
    position: static;
    height: 100%;
    margin-bottom: 30px;
}

.site-footer {
    position: absolute;
    height: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}