<style>

.scroll {width:100%; 
		height:85%; 
		overflow:scroll;
		overflow-x: hidden
		}
		
.scroll_menu {width:790px; 
		height:440px; 
		overflow:auto;
		overflow-x: hidden
		}
		
.scroll_other {width:790px; 
		height:480px; 
		overflow:auto;
		overflow-x: hidden
		}
				
.mozsux {
			height: 100px;
		}

.righttile
		{
		  background-repeat: repeat-x;
		  background-position: bottom right
		}
		
.rightnotile
		{
		  background-repeat: no-repeat;
		  background-position: bottom left
		}
		
.leftnotile
		{
		  background-repeat: no-repeat;
		  background-position: bottom right
		}
		
.lefttile
		{
		  background-repeat: repeat-x;
		  background-position: bottom left
		}
		
.downtile
		{
		  background-position: bottom left
		}
		
.notile
		{
		  background-repeat: no-repeat;
		  background-position: top left
		}
		
.menutile
		{
		  background-repeat: repeat-x;
		  background-position: top left
		}


</style>