html, body {margin:0; padding:0; width:100%; height:100%; overflow:absolute; text-align: center;}
body {font-family:verdana, arial, sans-serif; font-size:14px; color: #0a2d47; background-repeat:repeat-x; background-position:top left; background-attachment: fixed; text-align: left;}
.picborder {border-color: #FFFFFF;} 

#wrapper {
	text-align: left;
	margin:0 auto;
	padding: 0px;
	border:0;
	width: 980px;
        height:100%;
}


#header {
	margin: 0 0 0px 0;
}

#container {
overflow: hidden;
}

#side-a {
        margin: 0;
	float: left;
	width: 64px;
        margin-bottom: -2000px; 
        padding-bottom: 2000px;
	background: #c1d830;
}

#side-b {
	margin: 0;
	float: right;
	width: 64px;
        margin-bottom: -2000px; 
        padding-bottom: 2000px;
	background: #c1d830;
}

#content { 
	margin: 0;
	float: left;
	width: 852px;
	background: #c1d830;
}

#footer {
	clear: both;
	height: 26px;
	background: #3f650d;
}

