body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin:0;
padding:0;
text-align:center;
}

#maincontainer{
width: 900px; /*Width of main container*/
height:600px;
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 900px;
margin: 0 auto; /*Center container on page*/
}


#contentcolumn{
margin-left: 600px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
width:300px;
height:500px;
border-top-style:solid;
border-top-color:black;
color: white;
border-left-style:dotted;
border-width:1px;
border-left-color:white;

}

#leftcolumn{
float:left;
width: 300px; /*Width of left column in pixel*/
height:500px;
color: white;
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column in pixels*/
height: 500px;
color: white;
border-left-style:dotted;
border-width:1px;
border-color:white;
margin-left: -600px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
}

#footer { 
width: 900px;
height: 50px;
border-bottom-style:dotted;
border-width:1px;
border-color:white;
 clear: both;
 color: #white;
 background: black url(/navbackground.gif);
}


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


#floater { 
width: 900px;
height: 200px;
 clear: both;
 color: white;
 background: black url(/home/peoplebackground.gif);
}

.MyLayer1 {
    position : relative;
    width : 900px;
    height : 200px;
    z-index : -1;
    left : 0px;
    top : -257px
}