aangegeven methode geprobeerd maar werkt niet?!
Hoi!
Ik heb zoals je kunt zien in het css bestand geprobeerd om de hele website te centreren voor welke scherm grootte dan ook met een div wrapper zoals beschreven.. echter werkt dit niet (bij mijn website althans?!

)
Weet iemand de oplossing??
--------------------
/* CSS Document */
body{
background-image:url(../images/agd.gif);
background-repeat:repeat-x;
font-family: 'Lithos Pro Regular', 'Trebuchet MS', helvetica, sans-serif;
font-size:10pt;
color:#009900;
align:center;
text-align:center;
}
#wrapper{
width:1007px;
margin:0 auto;
}
a:hover, a:visited, a:active, a:link{
color:green
}
div.imageholder{
position:absolute;
top:0px;
left:1px;
width: 1006px;
height: 174px;
}
#Layer21{
position:absolute;
left:959px;
top:200px;
width:40px;
height:25px;
vertical-align:right;
z-index:3;
}
#Layer8{
position:absolute;
top:200px;
left:219.5px;
width:570px;
height:10px;
font-family:'Lithos Pro Regular','Trebuchet MS', arial, sans-serif;
font-size:12pt;
font-weight:3;
color:#009900;
}
#Layer3{
position:absolute;
left:843px;
top:200px;
width:160px;
height:600px;
align:right;
visibility:hidden;
}
.jumpmenu1{
font-family:'Lithos Pro Regular', Arial, sans-serif;
width:160px;
height:auto;
font-size:10pt;
color:#00CC00;
background:#000000;
}
#Layer5{
position:absolute;
left:538px;
top:228px;
width:468px;
height:60px;
z-index:3;
}
#Layer6{
position:absolute;
background-color:white;
overflow:visible;
visibility:inherit;
top:1030px;
left:206px;
width:600px;
height:600px;
}
#Layer20{
position:absolute;
left:220px;
top:1635px;
height:26px;
width:137px;
font-size:7pt;
}
#Layer7{
position:absolute;
top:975px;
left:1px;
width:1006px;
height:20px;
visibility:hidden;
}
#Layer18{
position:absolute;
top:1988px;
left:1px;
width:1006px;
height:20px;
}
#Layer11{
position:absolute;
top:2012px;
left:5px;
width:1001px;
height:20px;
z-index:2;
overflow:visible;
}
.tabel1{
width:auto;
height:20px;
font-size:7pt;
text-align:right;
vertical-align:center;
}
.tabel2{
font-size:10pt;
text-align:center;
vertical-align:center;
}
#Layer9{
position:absolute;
top:307px;
left:0px;
width:1007px;
height:24px;
z-index:3;
}
#Layer10{
Position:absolute;
top:330px;
left:5px;
width:160px;
height:1641px;
}
#Layer4{
position:absolute;
left:846px;
top:330px;
width:160px;
height:1641px;
text-align:center;
}
.tabel3{
font-size:7pt;
text-align:left;
vertical-align:left;
font-family:arial, sans-serif;
}
#Layer4{
color:#009900;
text-decoration:none;
text-align:right;
}
#Layer15{
position:absolute;
top:1671px;
left:206px;
width:600px;
height:300px;
}
#Container{
display:block;
position:absolute;
visibility:inherit;
overflow:auto;
overflow-x:hidden;
margin:auto;
padding-left:0px;
vertical-align:top;
top:324px;
left:166px;
width:680px;
height:657px;
text-decoration:none;
text-align:left;
color:#009900;
font-family:'Calibri','Trebuchet MS', arial, sans-serif;
font-size:12pt;
}
h1{
font-family:'Calibri','Trebuchet MS', arial, sans-serif;
color:#00CC00;
font-size:21pt;
font-style:normal;
font-weight: normal;
font-variant: normal;
}
h2{
font-family:arial, sans-serif;
color:#0066FF;
font-size:10pt;
font-style:normal;
weight: bold;
font-variant: normal;
}
h3{
font-family:arial, sans-serif;
color:#00CC00;
font-style:small;
font-size:12pt;
}
paragraph{
font-family:arial, sans-serif;
color:#000000;
font-size:10pt;
font-style:normal;
font-weight: normal;
font-variant: normal;
}
#Layer2{
position:absolute;
left:1px;
top:240px;
width:1006px;
height:80px;
background:#FFFFFF;
z-index:1;
}
#Layer2 a:link, a:visited, a:active, a:hover{
color:blue;
}
#nav, #nav ul {
padding: 3px 0 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
width:auto;
}
#nav ul {
position: absolute;
left: -1500px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
color:blue;
background-position: 0 0;
}
#nav a {
display: block;
margin: 10px 0px 10px 0px;
width:11.25em;
text-decoration: none;
font-family: 'lithos Pro Regular', 'Trebuchet MS', sans-serif;
font-size: 1em;
text-align:center;
}
ul a{
font-weight: bold;
color: blue;
cursor: default;
align:center;
}
ul ul a:link{
font-weight:normal;
color:blue;
text-decoration: underline;
align:left;
}
ul ul a:visited{
font-weight: normal;
color:blue;
cursor: pointer;
text-decoration: underline;
align:left;
}
ul ul a:hover, ul ul a:active{
font-weight: normal;
color:blue;
cursor: pointer;
text-decoration: underline;
align:left;
}
ul li{
background-image: url(images/button.gif);
border-left: 3px;
}
ul ul li{
background-image:none;
text-decoration:underline;
align:left;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}
* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */