@charset "utf-8";

html {  
	font-family: Verdana,Arial sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: white;
	line-height:120%;
background: #64644a;
}
#wrapper {
  position: relative;
  height: auto;
  margin: 50px auto;
  background: transparent url('pics/stripe.png') repeat-x 0 50px;
}
#logo{
  display:inline-block;
  height: 100px;
  width: 90%;
  background: transparent url('pics/andreastrambaczlogo.png') no-repeat right top;
}
section{
	width:250px;
	margin: 25px auto;
}
h1{
	color: #FF0000;
	font-weight: lighter;
	font-size:2em;
}
a{color:#fff;margin-right:1em;}
