* {border:none;}

body {
  background:  	#FFFFFF;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.content {
  position: relative;
  top: 150px;
  border: 1px solid #000000;
  margin:0 auto;
  text-align:left;
  width: 720px;
  height: 275px;
  background: #6f7e86;
  background-image: url(img/start.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

#logo {
  position: relative;
  display: block;
  left: 470px;
  top: 50px;
  width: 160;
  height: 80px;
  background-image: url(img/logo.jpg);
  background-repeat: no-repeat;
}

#mail {
  position: relative;
  left: 30px;
  top: 160px;
  letter-spacing: 1px;
}

#impres a{
  font-size: 11px;
  letter-spacing: 1px;
}

#impres {
  position: relative;
  left: 580px;
  top: 180px;
}

#imp p{
  position: relative;
  font-size: 11px;
  left: 30px;
  width: 630px;
}

p, div, a, td, input, textarea, select {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  color: #000000;
}

a:hover{text-decoration: underline;}

img { border: none; }
