* {padding:0; margin:0;}

html, body {
  background-color: rgb(177,183,161);
  height: 100%;
  margin: 0; 
  padding: 0;
}

#background{
margin-left: auto;
margin-right: auto;
vertical-align: bottom;
background-image: url("graphics/background.png");
background-repeat: no-repeat;
width: 1024px;
height: 768px;
padding: 0 0 0 0;
border-color: red;
margin-top: 0px;
}

#inner{
margin-left: auto;
margin-right: auto;
vertical-align: top;
table-layout: fixed;
width: 1024px;
height: 768px;
padding: 0 0 0 0;
border-collapse: collapse;
border-color: red;
}

#formenu{
table-layout: fixed;
width: 157px;
height: 218px;
padding: 0 0 0 0;
}

tr{
padding: 0 0 0 0;
}

td.menuimg{
text-align="right";
padding: 0 0 0 0;
}

td.menuspot{
padding: 245px 0px 0px 0px;
}

#col1{
	width: 166px;
}
#col2{
	width: 821px;
}
#col3{
	width: 40px;
}

#underconstruction{
font-family: Tahoma, Geneva, sans-serif;
font-size: xx-large;
font-style: italic;
font-weight: lighter;
margin-top: 300px;
margin-left: 250px;
}