|
Here's the code.
html, body {margin: 0; padding: 0;
background-image:url(../images/ornate.jpg);
background-repeat: repeat;
text-align:centre;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.hidden {
display: none;
}
p {
color:#888888;
text-align:left;
}
#wrapper {
background-image:url(../images/wuwulogo.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:black;
width: 821px;
min-height:1000px;
height:auto;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
border:0;
}
#nav {
height: 39px;
width: 579px;
background-color:black;
padding: none;
border:0;
margin-left:auto;
margin-right:auto;
position:absolute; top:330px; left:117px; right:123px;
text-align:center;
}
#content {
display:inline;
background-color:black;
height:600px;
width: 579px;
padding: none;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:0;
position:absolute; top:370px; left:117px; right:122px;
background-image:url(../images/footer.jpg);
background-position:bottom center;
background-repeat:no-repeat;
text-align:center;
}
Last edited by chrishirst; 12-16-2010 at 05:30 PM..
|