@charset "UTF-8";
/* CSS Document */

header {
  background-color: #FFDFB7;
  border-bottom: 7px solid #0B61A4;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Tw Cen MT", Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #f0f9fe;
  background-image: url('bg.jpg');
  background-repeat:no-repeat;
  background-position: 90% 0%;
}

a { 
  text-decoration: none;
  color: #305dde;
}

a:hover{
  color: #9c5800;
}

a.nochange{
  color: #000000;
}

a:hover.nochange{
  color: #000000;
}

#logo{
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
  opacity:0.1;
} 

#comingsoon{
  text-align: center;
  font-size: 160%;
  margin-bottom: 25px;
}

#footer {
  padding:1em;
  text-align:center;
  font-size:90%;
  color: #875703;
  margin-top: 70px;
}

hr {
  border:none;
  border-bottom:1px solid silver;
}
  