/*   -----

Driftwood CSS

-----   */


* {
margin:0;
padding:0;
text-decoration:none;
}

body {
background-color:#4E4C46;
text-align:center;
}

#container {
width:823px;
height:488px;
margin:40px auto 20px auto;
padding:6px;
background:#FFF3CB url(../_img/pictures.jpg) 727px 6px no-repeat;
border-right:1px solid #333;
border-bottom:1px solid #333;
text-align:left;
}

#inner_container {
width:727px;
height:488px;
background:#FFF3CB url(../_img/page_background.png) no-repeat;
}

a {
float:left;
clear:left;
display:inline;
width:200px;
height:42px;
}

#contact {
float:left;
margin:361px 0 0 0;
}

#scott a:hover {
background:transparent url(../_img/link_scott.png) no-repeat;
}

#mollie a:hover {
background:transparent url(../_img/link_mollie.png) no-repeat;
}

#ken a:hover {
background:transparent url(../_img/link_ken.png) no-repeat;
}

img {
float:right;
display:inline;
width:101px;
}

h1, p, span {
position:absolute;
top:0px;
left:-999px;
width:1px;
height:1px;
overflow:hidden;
}
