

/* Layout Stylesheet */ 
body{
    margin: 0;
    padding:0;
    background:#FFFFFF;
    background-image: url("http://fishnetstockings.nl/test/assets/fs_logos/ruit.png");
    color: #333333;
}	 

#lh-col{
    position:absolute;
    top:100px;
    left:0;
    width:150px;
    z-index:3;
    color: #333333;
}

#rh-col{
    position:absolute;
    top:100px;
    right:0;
    width:150px;
    z-index:2;
    color: #333333;
}

#hdr{
    height:100px;
    border:0px;
    width:100%;
    color:#333333;
    z-index:7;
    margin:0;
}

#c-block {
    width:100%;
    z-index:1;
    color: #333333;
    height:80%;
}
#c-col{
    margin:0 150px 0 150px;
    position:relative;
    color: #333333;
    z-index:1;
    background:#FFFFFF;
    border: solid #000000;
    border-width:0 0px;
    text-align: center;
}
#c-col2{
    margin:0 150px 0 150px;
    position:relative;
    color: #333333;
    z-index:1;
    background:#FFFFFF;
    border: solid #000000;
    border-width:0 0px;
}
#ftr {
    width:100%;
    height:75px;
    border: solid #000000;
    border-width:0px 0;
    color: #333333;
    margin:30px;
}

