html { 
      height: 100%; 
	  overflow: scroll;
}

body {
	height: 100%;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: #eceeed;
}

td {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

table {
	padding: 0;
}

form {
	margin: 0;
}

input.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	border: 1px solid #000;
}

img { 
    border: 0; 
}

a { 
	text-decoration: none; 
	color: #000; 
	cursor: pointer; 
}

a:hover { 
	text-decoration: underline; 
	color: #000; 
	cursor: pointer; 
}

#container0 {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px; 
	background-color: #fff;
	height: 100%;
}

#container {
    position: relative;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
}

#frontmenu {
	position: absolute;
	top: 3%;
	right: 20%;
}

#logo {
	position: absolute;
	left: 3%;
	top: 1%;
}

#logo2 {
	position: absolute;
	top: 1%;
	right: 1%;
}

#logo3 {
	position: absolute;
	top: 1%;
	right: 1%;
}

.contactinput {
	width: 120px;
	font-size: 9px;
	border: 1px solid black;
}
