body {
 text-align:center;
 background-color:#ADBF75;
}

div#main {
 cursor:pointer;
 background-image:URL('suchhier.jpg');
 width:660px;
 height:440px;
 margin:10px auto;
}

div#text {
 text-align:left;
 width:498px;
 height:300px;
 margin-left:90px;
 padding-top:100px;
 font-family:courier new, courier, serif;
 background-image: url(http://such-hier.de/tmpl/images/logo_sm.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}
div#text a {
 color:yellow;
 font-weight:bold;
}
div#text a:hover {
 color:white;
 text-decoration:none;
}

div#footer {
 text-align:center;
 width:660px;
 margin:0px auto 10px auto;
 font-size:13px;
 color:white;
}
div#footer a {
 font-size:12px;
 color:white;
 text-decoration:none;
}
div#footer a:hover {
 color:yellow;
 text-decoration:underline;
}

