* {margin:0;padding:0}

body{
background-color: #a0c08d;
background-image:url("images/background.png");
background-position: top left;
background-repeat: no-repeat;
}

#wrapper{
margin: auto;
width: 900px;
height: 504px;
padding: 0;
margin-top: 0;
border: 0;
}

#header{
position: absolute;
top: 0;
left: 136px;
width: 304px;
height: 154px;
z-index: 1;
}

#content{
position: absolute;
top: 183px;
left: 315px;
width: 355px;
height:  224px;
text-align: left;
overflow: auto;
z-index: 2;
font-family: sans-serif;
font-size: 12px;
}

.hidden{
display: none;
}

.teaser{
width: 100px;
height: 100px;
border: 2px solid black;
margin: 4px;
}

#tags{
display: none;
}

img {
border: 0;
}

a {
color: #000;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #89a578;
}
.vscrollerbar {
width: 8px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: #89a578;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 8px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #89a578;
}