body {
    background-color: #aaaaaa;
    background-image: url('images/back.gif');
    background-repeat: repeat;
    font-size:13px;
    font-family:trebuchet MS, tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
}

div#main {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width:100%;
    text-align:center;
    margin-bottom: auto;
}

div#outer {
    vertical-align: middle;
    width: 70%;
    background-color:#FFFFFF;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px solid #00549e;
    border-bottom: 10px solid #00549e;
    height:90%;
    text-align:center;
    min-width:800px;
}

p#data {
text-indent: 10px;
margin-left:auto;
margin-right:auto;
width:80%;
height:80%;
};

#logobig {
position:relative;
left:0;
top:0px;
height:500px;
text-align:center;
};

.enter_field {
position:relative;
margin-left:auto;
margin-right:auto;
bottom:0px;
width:20%;
};