#global
{
  position: relative;
  width: 700px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
}

#logo
{
  text-align: center;
}

#contact
{
  position: relative;
  margin-top: 60px;
  left: 197px;
}

body
{
  background-color: #6499C5;
  font-family: arial;
  font-size: 10pt;
  margin: 0;
  pading: 0;
}

a
{
  text-decoration: none;
  color: #6499C5;
}

img
{
  border: none;
}

h1
{
  font-size: 120%;
}

h2
{
  font-size: 110%;
}


