@charset "UTF-8";
html{
width:100%;
height:100%;
}

body {
background-image: url(images/bg2.jpg);
background-repeat: no-repeat;
background-position: top center;
height:1050px;
margin:0;

}


.menu{
width: 630px;
height:70px;

position:absolute;
top:150px;
left:50%;
margin-left:-224px;
}

.content {
font-family: verdana,geneva;
font-size: 8pt;
position:absolute;

width:730px;
height:550px;
left:50%;
margin-left:-360px;
top:240px;
line-height: 1.5;
}

.form input {
border: 1px solid grey;

font-family: verdana,geneva;
font-size: 8pt;
}

.form input[disabled='disabled'] {
background-image: url(images/disabled.gif);
}

.splash {

margin-left:-30px;
margin-top: -30px;
}