#container {
    background-image: url(../systemimages/mitt-iksu/big_bg_new.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    padding-top: 25px;
    position: relative;
    margin: 0;
}
body {
    overflow: hidden;
}
#content {
    border: 1px solid #A9A9A9;
    background-color:#e3e3e3;
    margin:25px;
    padding:5px;
    width:400px;
    min-height: 200px;
}
form {
    margin-top: 2em;
}
form p {
    margin: 0.5em;
}
form p input[type=submit] {
    margin-top: 1em;
}