/* ALGEMENE LAYOUT */

*{margin:0;padding:0;border:0;}
body,html{height:100%;}
body{
 background-image:url(bg.png);
 background-repeat:repeat-x;
 background-color:#00a2b5;
 overflow:auto;}

div#midden{
 width:800px;
 height:100%;
 position:absolute;
 left:50%;
 margin-left:-400px;
 background-image:url(bg2.png);
 background-repeat:no-repeat;
 background-color:#d9d9d9;}
html>body div#midden{height:auto;min-height:100%;}


/* MIDDEN LAYOUT */

div#header{
 margin-left: 20px;
 margin-top: 20px;
 width:760px;
 height:180px;
 background-image:url(header.png);
 background-repeat:no-repeat;
 background-position: top center;
 border-top:1px solid #FFFFFF;}
 
div#header p{
 margin-top:153px;
 margin-left:140px;}

div#header a{
 font-family:Verdana,monospace;
 text-decoration:none;
 color:#FFFFFF;
 font-size:0.8em;
 font-weight:bold;} 

div#content{
 margin-left: 35px;
 margin-top:35px;
 margin-bottom:20px;
 width: 530px;
 float:left;}

div#sidebar{
 float:left;
 width: 160px;
 margin-top:35px;
 margin-left:40px;}
