


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



#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 180px;
height: 350px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width: 180px;
height: 350px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#moviescroll {
/* Typical fixed height and fixed width example */
width: 742px;
height: 175px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#movielistscroll {
/* Typical fixed height and fixed width example */
width: 232px;
height: 238px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#gamescroll {
/* Typical fixed height and fixed width example */
width: 110px;
height: 238px;
overflow: auto;
border-width: thin;
border-color:#000000;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#sponsorscroll {
/* Typical fixed height and fixed width example */
width: 292px;
height: 233px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

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

}


