/* CSS Document */

body { 
  text-align: center; 
  padding: 0; 
  background-color: #D0D0D0; 
} 
div#site {
  background-repeat: no-repeat; 
  background-image: url(../files/tor.jpg); 
  width: 700px; 
  height: 950px; 
  margin-left: auto; 
  margin-right: auto; 
}
p#lang_sel {
  font-weight: bold; 
}
img#header1 {
  margin-top: 20px; 
}
img#header2 {
  margin-top: 15px; 
}
p#gate { 
  font-size: 2em; 
  margin-top: 80px; 
  margin-bottom: 330px; 
}
p#gate a {
  color: blue; 
}
p.attributes {
  font-weight: bolder; 
  font-size: 1.2em; 
  text-align: center; 
}
