

body {background-image:url("nurtsi.jpg");
background-repeat:repeat;
background-position:top right; 
}
.td_size-1 {  
  width:1313px; 
  height:248px;
  max-width:1313px;
  min-width:1313px; 
  max-height:248px; 
  min-height:248px;
  overflow:hidden;
  border: 2px solid blue; 
}
.td_size-2 {  
  width:145px; 
  height:670px;
  max-width:145px;
  min-width:145px; 
  max-height:670px; 
  min-height:670px;
  overflow:hidden;
  border: 2px solid red;
  text-align: left;
  vertical-align: top;
  font-size: 16pt;
  background-color: lightgrey;
  }
  
  .td_size-3 {  
  width:1160px; 
  height:670px;
  max-width:1160px;
  min-width:1160px; 
  max-height:670px; 
  min-height:670px;
  overflow:hidden;
  border: 2px solid grey;
  vertical-align: top;
  text-align: left;
  ###background-color: lightblue;###
  }