html,body {
	height: 100%;
}

body {
    margin:0px;
    padding:0px;
    overflow: hidden;
}

body,table,td,tr,div,p,ul,ol {
	font-family: "Verdana", Arial, Helvetica;
	font-size:12px;
	color:#000;
	line-height:1,5;
}

a:link,a:visited,a:active,a:hover {
    color: #3333ff;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#main{
    position:relative;
    width:100%;
    height:100%;
    padding:20px 0;
    text-align:center;
    overflow: auto;
}

.content{
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -315px;
	width:630px;
}

#footer{
    position:absolute;
    left: 0px;
    height:40px;
    background-color: #fff;
    bottom:0px;
    width:100%;
    z-index:2;
}

#menue{
    position:absolute;
    left: 50%;
    margin-left: -365px;
    height:30px;
    background-color: #fff;
    bottom:0px;
    width:730px;
    z-index:3;
}

.essay {
	color:#3333ff;
}

.form {
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
}
.forminp {
	width:227px;
}