body, p, table, tr, td, 
h1, h2, div, span { 
  font-size: 14px;
  font-family: Georgia;
  color: #333; 
  text-decoration: none; 
}

body {
  margin:0px; padding:0px;
	text-align:center;
} 

a, a:link, a:visited, a:hover, a:active { 
  color: #FFF;
  text-decoration: underline; 
} 

h1 {font-size: 20px;}
h2 {font-size: 18px; color:#C00;}
p {margin: 8px 0px;}

/* Positionierung */
/* ----------------------------------------------------------------------- */

#content{
  width: 859px;
  height: 590px; 
  margin:0px auto;
  text-align: left;
  padding: 2px;
  background: #ffffff url(whatsup.jpg) no-repeat fixed center top;
}

#text1{
  position: relative;
  top: 35px; 
  width: 600px;
  height: auto;
  margin-left: 65px;
}

#text2{
  position: relative;
  top: 35px; 
  left: 305px;
  width: 380px;
  height: auto;
  margin-left: 65px;
}
