File: D:/HostingSpaces/MBroek/ficore.nl/wwwroot/css/layout.css
/* -------------------------------------------------------
general stylesheet / www.milestowork.nl
development by
tableaux
www.tableaux.nl
november 2007
---------------------------------------------------------- */
/* ------------------------------------------------------------- body */
body {
behavior: url(csshover.htc);
}
html {
height:100%;
}
body {
background-color:#ffffff;
margin:0 auto;
text-align:center;
height:100%;
*height:auto;
overflow-x:auto;
*overflow-x:hidden;
background:url(../images/background.jpg);
background-repeat:repeat-y;
background-position:center;
background-color:#FFFFFF;
}
/* ------------------------------------------------------------- center */
div#center {
position:relative;
margin:0 auto;
width:662px;
}
div#header{
position: relative;
width: 662px;
height: 244px;
overflow: hidden;
}
div#contentcontainer {
position: relative;
display: table;
width: 662px;
}
div#navigation {
position: relative;
float: left;
width: 125px;
}
div#content {
position: relative;
float: left;
width: 537px;
background-color: #019DDA;
}
div#contentinner {
position: relative;
margin-left: 30px;
margin-right: 30px;
margin-top: 40px;
margin-bottom: 40px;
}