body{margin:0px;
padding:0px;
background-color:#212121;}

img{border:none;}
.fix{
background-color:#676767;}

.topback{background-image:url(../images/back-top.jpg);
background-position:top center;
background-repeat:repeat-x;
height:198px;
background-color:#676767;
}

.mid{height:105px;
background-image:url(../images/mid.gif);
background-color:#676767;
background-position:bottom;
background-repeat:repeat-x;
}


#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 648px;
height: 95px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 648px;
height: 95px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0.3em auto;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1600px;
height: auto;
position: relative;
color: black;

}

