2009-12-24 13:38:07 UTC
@charset "UTF-8";
/* CSS Document */
body {
background-color: #e8ebe3;
margin:0;
color: #FFF;
text-align: left;
font-size: 18px;
}
.wrapper {
background-color: #f1f2ee;
margin:0 auto;
width:1024px;
text-align:left;
}
.header{
width:1024px;
height:90px;
background:#404040 url(../design/imagesheader/real.gif)
}
.header{
width:1024px;
padding-left:200px;
padding-top:45px;
height:86px;
background:#404040 url(../design/imageslogo/logoreal.gif) no-repeat
}
.nav{
width:1024px;
height:100px;
background: url(../design/imagesnavbarbackground/real.gif) no-repeat
}
.box {
width: 15em;
margin: 15px;
}
.box div.topleft {
display: block;
padding: 0.0em 1em 1em 1.0em;
border: black
}
.box div.topright {
display: block;
padding: 2.0em;
margin: -2.0em 0 0 2.0em;
border: black
}
.box div.bottomleft {
display: block;
height: 500px;
margin-top: -2.5em;
background: bottom left no-repeat white;
border: black
}
this is my HTML