html, body{ 

   margin: 0; 
   padding: 0; 

   background:url(../picts/bg_pixelpanz.jpg);
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-position:top center;
   font-family: arial, verdana, sans-seri;
   font-size: 10pt;
   
   
} 

#page {
   
   margin-left: auto; 
   margin-right: auto;  
   width: 900px; 
   background-position:top center;
  
  
 } 
 

 
#header {

   width: 900px;
   height:80px;
   margin-top:10px;
   background-color:#ffffff;

 }
 

  #header-text {

   width: 730px;
   padding-top:20px;
   padding-left:22px;
   float:left;
   height:20px;
   background-color:#ffffff;

 }
 
   #header-navi {

   width: 148px;
   padding-top:14px;
   float:left;
   height:20px;
   background-color:#ffffff;

 }
 
  
 
    #content-one{

   width: 445px;
   margin-top:10px;
   float:left;
   
  


 }
 
   #content-one-head {
   
   width: 445px;
   height:200px;
   float:left;
 

 }
 
 
  #navigation {
  position:relative;

  height:20px;
  width:400px;
  float:left;


 }

 
 
    #content-one-texta {
   
   width: 400px;
   margin-top:10px;
   float:left;
   background-color:#ffffff;
   

 }
 

  #content-two{

   width: 445px;
   margin-top:10px;
   float:right;
 
 
 }
 
    #content-two-head {
    width: 445px;
    float:right;
    height:200px;


 }
 
     #content-two-texta {
   
   width: 400px;
   margin-top:10px;
   float:right;
   background-color:#ffffff;


 }
 
      #link-block {
   
   width: 445px;
   margin-top:10px;
   float:right;
   background-color:#bfbdb7;


 }
       #link-content-one {
   
   width: 170px;
   float:left;
   background-color:#bfbdb7;


 }
 
        #link-content-two {
   
   width: 170px;
   float:right;
   background-color:#bfbdb7;


 }
 
  #content-large{

   width: 855px;
   margin-top:10px;
   float:right;
  background-color:#ffffff;

 
 }
 

 
  #footer {

   width: 400px;
   height:50px;
   float:right;
   

 }
 
 

 
      

 
 
 


