body {
	background-color: #000000;
	margin: 0;
	padding: 0; padding-top: 0em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 14px;
}




/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 400px;
height: 376px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.1em auto;
padding: 1px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 400px;
height: 165px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.0em auto;
padding: 0px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 450px;
height: 370px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.0em auto;
padding: 0px;
}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 350px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.0em auto;
padding: 0px;
}

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



/* general page style ends here */
