Three Column Layout The CSS Code.
Back to the HTML Code
body {
margin: 0px;
padding: 5px 0px 5px 0px;
background-attachment: fixed;
background-color: black; }
#header {
width: 759px;
height: 50px;
background-color: #870041;
margin:0 auto;
text-align: left; }
#container {
width: 759px;
height: 800px;
margin:0 auto;
text-align: left; }
#left {
width: 253px;
height: 800px;
background-color: #fceed7;
float:left; }
#middle {
width: 253px;
height: 800px;
background-color: #fce0b3;
float:left; }
#right {
width: 253px;
height: 800px;
background-color: #fcc46a;
float:right; }
#footer {
width: 759px;
height: 50px;
background-color: #965200;
margin:0 auto;
text-align: left; }