html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color:#c4d5e1; 
 font-family: Verdana, sans-serif; 
 font-size: 70%;
 background-image: url("../img/background.jpg");
 background-repeat: repeat-x;
 }
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: red; 
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: green;
 text-decoration: underline;
 }
a:visited {
 color: gray;
 }
a:active {
 color:red;
}
a:hover {
 text-decoration: none;
}
div#head {
background:url(../img/en_construction.png) no-repeat;
padding-top:250px;
width:1080px;
  margin-left: auto; 
  margin-right: auto;
  overflow:hidden;
  

}
