html {
 height: 100%;
 background-image: url(../images/background.jpg)}
 
body { 
 margin-top: 0px; 
 margin-bottom: 0px; 
 margin-right: 0px; 
 margin-left: 0px;
 height: 100%;
 background-image: url(../images/background_repeat.jpg);
 background-repeat: no-repeat;
 background-position: top center}

.text, 
.text a, 
.text a:active, 
.text a:link, 
.text a:visited {
 font-size: 11px; 
 font-family: Arial, Tahoma, Verdana; 
 font-weight:normal; color: #222222; 
 line-height:13px;
 text-decoration: none}
.text a:hover {
 text-decoration: underline}