/* CSS Document */

body {
  background-image:url('../images/bg2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  margin:0;
  font-family: Tahoma;
}

h1 {
  color: #34565e;
  font-size: 1.6em;
  font-weight: normal;
}

#header {
  margin: 0 auto;
  width: 100%;
  height: 150px;
  background: transparent url('../images/logo.png') center center no-repeat;
}

#text {
  margin: 0 auto;
  width: 700px;
  height: auto;
  color: #34565e;
  font-size: 1.0em;
  text-align: center;
}

#text span {
  font-size: 0.6em;
}