﻿#html, body
{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 980px;
    height: 100%;
    margin: auto;
    background-image: url('/images/Farbverlauf.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    background-size: 100%;
} 
img
{
    border-style:hidden;
    border-width:0px;
}