/* @override http://goller.com/style.css */

#wrapper {
text-align: left;
margin: 0px auto;
padding: 0px;
border:0;
width: 700px;
background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
margin: 0 0 15px 0;
background: black;
}

#side-a {
float: left;
width: 200px;
}

#side-b {
float: right;
width: 200px;
}

#content { 
background-color: black;
width: 56%;
display: inline;
}

#content p { 

font-family: Helvetica;
margin: 100px;
padding: 100px;
text-align: center;
}

#content p a {
color: #fff;
}


#footer {
clear: both;
background: #000000;
}