* {
margin: 0;
padding: 0;
}

html {
background: #f4f4f4 url('/images/footermuster.png') repeat;
}

body {
background: #f4f4f4 top;
}

#header {
width: 100%;
height: 200px;
margin-bottom: 20px;
background: url('/images/header.png');
}

#header2, #back {
margin: 0 !important;
margin-bottom: 20px !important;  
width: 100% !important;
height: auto;
text-align: center;
}

#back {
margin-left: -400px !important;
}

#content {  
width: 1000px;
margin: 0 auto;
margin-bottom: 20px;
}

#content #head {
width: 1000px;
height: 10px;
margin: 0 auto;
background: url('/images/head.png') top center no-repeat;
}

#content #middle {
width: 1000px;
margin: 0 auto;
padding: 20px 0;
background: url('/images/middle.png') top center repeat-y;
}

#content #foot {
width: 1000px;
height: 10px;
background: url('/images/foot.png') bottom center no-repeat;
}

#newsline {
height: 20px;
width: 1000px;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 80px;
padding: 5px;
overflow: hidden;
background: #eee;
border: 1px solid #d5d5d5;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
behavior: url('border-radius.htc');
}

#footer {
background: #f4f4f4 url('/images/footermuster.png') repeat;
min-height: 200px;
}