/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

body{
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.maintable { 
	width: 100%;	
	height: 100%;
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-x;
	background-color:#4f3323;
}


.maintable2 { 
	width: 100%;	
	height: 100%;
	background-image:url(images/inner_02.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	padding-bottom:50px;
}



img{
        border-style: none;
}

