/* 
CSS for approjects & aptentrental gemaakt door David Huys
*/
*{
padding:0;
margin:0;
}

body{
font-family: Arial, Helvetica, sans-serif;
color:white;
font-size:11px;
text-align:center;
background-color:black
}

a{
color:white;
text-decoration:none;
}

a:hover{
color: #0099FF;
text-decoration:underline;
}

#content{
width:700px;
height:220px;
position:absolute;
left:50%;
top:50%;
margin-top:-110px;
margin-left:-350px;
}

/*
#flashcontent{
width:250px;
height:180px;
margin-left:225px;
float:left;
}
*/

#textcontent{
width:700px;
float:left;
}

#projects{
width:329px;
height:220px;
float:left;
text-align:left;
padding-left:20px;
border-left:1px dashed #666;
}

#rental{
width:329px;
height:220px;
float:left;
text-align:left;
padding-left:20px;
border-left:1px dashed #666;
}












