body {
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 80%;
    line-height: 130%;
    margin-top: 0;
    overflow-y: scroll;
    text-align: center;
	color: #000000;
}
#content {
    background-image: url("bg.jpg");
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    text-align: left;
    width: 400px;
	margin-top: 100px;
}
a {
    color: #044F7C;
}
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
p.imprint {
    padding-top: 25px;
    text-align: right;
}
