1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
| body
{
font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
word-spacing:2px;
color:#0000;
margin:20px 0px 20px 0px;
background:url(images/body.jpg) top repeat-x #FF00A2;
background-attachment:fixed;
}
*
{
margin:0;
padding:0;
}
#wrapper
{
background:#fff;
border:3px solid #FF00A2;
width:980px;
margin:0 auto;
}
* html #wrapper
{
width:980px;
}
#innerwrapper
{
width:961px;
margin:1px;
background:#ffffff;
padding:10px;
}
....
#sidebar
{
color:#666;
position: absolute;
left:20px;
width:190px;
top:135px;
}
.....
#sidebarright
{
position: absolute;
right:10px;
width:200px;
}
....
#content
{
width:560px;
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
} |