/* CSS Document */

html{
  width: 100%;
  height: 100%;
}

body{
  width: 936px;
  height: 100%;
  padding: 0px;
  margin: 0px;

  font-family: Verdana;
  font-size: 11px;
  color: #626262;

  background-image: URL('../images/back/index.gif');
  background-repeat: no-repeat;
}

#page{
  width: 100%;
  position: relative;
}

#header{
  width: 100%;
  height: 236px;
}

#logo{
  display: block;
  width: 386px;
  height: 220px;
  position:absolute;
  left: 0px;
  top: 0px;
  background-image: URL('../images/logo.gif');
}

#menu{
  left: 238px;
  top: 170px;
}

#content{
  width: 676px;
}

#content h1{
  color: #EF8024;
  position: relative;
  left: 240px;
  font-size: 30px;
}

#content #text{
  width: 665px;
  position: relative;
  left: 240px;
  text-align: justify;
  font-size: 14px;
}
