html 
{ 
    	height: 100%; 
}  
body 
{ 
    	height: 100%;
	margin: 0;
	font-family: verdana,arial,sans-serif;
	font-size: small;
	background-color: #fffff;
} 
#wrapper 
{ 
    	min-height: 100%; 		/*this is for Firefox for 100% height*/
    	height: auto !important; 	/*this is for Firefox for height greater than 100%*/
    	height: 100%; 			/*this is for IE for 100% height*/
    	margin-bottom: -2em; 		/*this is equal to the height of footer*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url('images new/background/background 4_00000(guru).jpg');
} 
.footer, .push 
{ 
    	height: 2em; 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
} 
table
{
	border-collapse: collapse;
}
td
{
	padding: 0;
}
.bodytable
{
	width: justify;		/* height: 74%;	.this is working properly for any height of screen. it is not working in firefox.*/
				
}
.leftcolumn
{
	width: 200px; 
}
.middlecolumn
{
	width: 650px; 
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.rightcolumn
{
	width: 150px;
	text-align: center;
}
#test
{ 
    	min-height: 100%; 		/*this is for Firefox for 100% height*/
    	height: auto !important; 	/*this is for Firefox for height greater than 100%*/
    	height: 100%; 			/*this is for IE for 100% height*/
    	margin-bottom: -2em; 		/*this is equal to the height of footer*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url('images new/background/web5.jpg');
} 
#test1
{ 
    	min-height: 100%; 		/*this is for Firefox for 100% height*/
    	height: auto !important; 	/*this is for Firefox for height greater than 100%*/
    	height: 100%; 			/*this is for IE for 100% height*/
    	margin-bottom: -2em; 		/*this is equal to the height of footer*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url('images new/background/web3.jpg');
} 
