* {
  margin: 0;
  padding: 0;
}

body {
 font: 95% Verdana, Arial, Helvetica, san-serif;
 color: #000000;
 background-color: #9eb4fd; }

a { background-color: transparent; text-decoration: none; }

a img { background-color: transparent; border: 0; }

#container {
 color: #000000;
 background-color: transparent;
 background-position: 0 0;
}

#header {
 background: url(../images/topmiddel.png) repeat-x 0 top;
 width: 100%;
 height: 60px;
}

#headerleft {
 width: 120px;
 height: 60px;
 float: left;
 color: #000000;
 background: url(../images/topleft.png) no-repeat left top;
 background-color: transparent;
}

#headercenter { 
 background-color: transparent;
 background-position: 0 top;
 height: 60px;;
}

#headerright {
 width: 60px;
  height: 60px;
  float: right;
  color: #000000;
  background: url(../images/topright.png) no-repeat right top;
  position: absolute;
  top: 0;
  right: 0;
 }

#main { 
 line-height: 1em;
 background-color: transparent;
 background-attachment: scroll;
}

#footer { background: url(../images/bottommiddel.png) repeat-x left bottom; position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; }

#footerleft {
 width: 120px; 
 height: 60px;
 float: left;
 color: #000000;
 background: url(../images/bottomleft.png) no-repeat left bottom;
 position: absolute;
 left: 0;
 bottom: 0;
}

#footercenter { background-color: transparent; position: absolute; bottom: 0; width: 100%; height: 60px;;
}

#footerright {
 width: 60px;
 height: 60px;
 float: right;
 background: url(../images/bottomright.png) no-repeat right bottom;
 position: absolute;
 right: 0;
 bottom: 0;
}

#left { background: url(../images/left.png) repeat-y left top; position: absolute; top: 60px; left: 0; bottom: 60px; width: 120px; float: left; }

#right { background: url(../images/right.png) repeat-y right top; position: absolute; top: 60px; right: 0; bottom: 60px; width: 60px; visibility: inherit; float: right; clear: inherit; }

#content {
 font-size: 0.8em; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: transparent; 
 margin: 0 60px 0 120px;
 padding: 10px;
}
