body{
margin:0;
padding:0;
background-image: url("lightning_border_main.gif");
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center;
}

b{font-size: 110%;}
em{color: red;}

IMG.displayed {
display: block;
margin-left: auto;
margin-right: auto;
}

#maincontainer{
background: #000;
margin-left: auto;
margin-right: auto; /*center background image*/
height: 100%;
width: 1024px;
}

#topsection{
background: #000;
margin-left: auto;
margin-right: auto; /*center top image*/
height: 206px; /*Height of top section*/
width: 1024px; /*Width of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
background: #000;
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcontainer{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #000;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
background: #000;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #000;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FF0000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}