body {
	background: #ffc000 ;
}

#teaser {
	background: #e47b00;
	background: -moz-linear-gradient(45deg,  #e47b00 0%, #ffc000 100%);
	background: -webkit-linear-gradient(45deg,  #e47b00 0%,#ffc000 100%);
	background: linear-gradient(45deg,  #e47b00 0%,#ffc000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47b00', endColorstr='#ffc000',GradientType=1 );
}

#teaser .left { font-size: 1.1em; color: #FFFFFF !important; }
h1 { font-size: 1.8em; }
h2 { color: #ffffff; }