#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#body   { 
        background-image: url("background.jpg"); 
        background-repeat: no-repeat;
        width: 800px;
        height: 600px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto; 
        padding: 0px;
        } 

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side-a {
        background-image:url("left.jpg");
        background-repeat: no-repeat;
	float: left;
	width: 266px;
        height: 266px;
        font-family: Verdana;
        font-size: 10px;
        text-align:center;
        font-weight:bold;
        color: #663300;
}

#side-b {
        background-image:url("right.jpg");
        background-repeat: no-repeat;
	float: right;
	width: 266px;
        height: 266px;
        font-family: Verdana;
        font-size: 10px;
        text-align:center;
        font-weight:bold;
        color: #663300;
}

#content { 
        background-image:url("center.jpg");
        background-repeat: no-repeat;
	float: left;
	width: 32%;
        height: 266px;
        font-family: Verdana;
        font-size: 10px;
        text-align:center;
        font-weight:bold;
        color: #663300;
}

#footer {
	clear: both;
        width: 600px;
        height: 180px;
	background: #663300;
}

h2  {
text-align:center;
font-family: arial;
font-size: 12px;
color:#000000;
}
        
