* {
    padding: 0;
    margin: 0;
}
html {
    height:100%;
}
body {
    height:100%;
    background: url(funktioniert.png) white center no-repeat fixed;
    color: #333333;
    font-size:12px;
    font-family:"Lucida Grande", "Verdana", "sans-serif";
    line-height:21px;
}
#main {
    position: relative;
    min-height: 100%;
}
#header {
    background-color: #FFCC80;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #FF9900;
    text-align: center;
}
* html #main  {
    height:100%;
}
#footer {
    position: relative;
    margin-top: -26px;
    background-color: #FFCC80;
    width: 100%;
    height: 25px;
    border-top: 1px solid #FF9900;
    text-align: center;
}



a {
    color: #990000;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
