* {
padding: 0;
margin: 0;
}
body {
font-family: "Verdana", Helvetica, Arial, sans-serif;
font-size: 12px;
background-image: url('http://www.meteo-almelo.nl/images/achtergrond.png');
background-repeat:no-repeat;
background-color: #e7f5fe;
}
#wrapper {
margin: 0 auto;
width: 1000px;
}
#faux {
background: url(http://www.meteo-almelo.nl/images/lay.png);
margin-bottom: 0;
width: 100%;
overflow: hidden;
}
#header {
width: 1000px;
height: 150px;
background: url(http://www.meteo-almelo.nl/images/headers/header.png);
padding: 0px;;
margin: 5px 0px 0px 0px;
}
#leftcolumn {
display: inline;
position: relative;
float: left;
margin: 0px 0px 0px 3px;
padding: 0px 0px 0px 0px;
width: 305px;
}
#content {
display: inline;
margin: 0px 0px 0px 2px;
padding: 0px 0px 0px 2px;
width: 685px;
float: left;
position: relative;
}
#footer {
background-image: url(http://www.meteo-almelo.nl/images/footer.png);
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px;
width: 1000px;
height: 35px;
}
A:link {
text-decoration: underline; 
color: #0000FF;
}
A:visited {
text-decoration: none
}
A:active {
text-decoration: none
}
A:hover {
text-decoration: underline;
color: #66B5FF;
}

