﻿html 
{
	width: 98%; 
}

body{
margin: 0;
padding: 0;
border: 0;
background: white; 
width: 98%; 

}

#maincontent{
top: 0;
left: 0;
right: 0;
background: #fff;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/

}

* html #maincontent{ /*IE6 hack*/
}
