#ie5-5only, #ie5-01only {
    text-align : center; /* IE 5.x centering fix */
}

#ie5-5only #mastercontainer,
#ie5-01only #mastercontainer {
    text-align : left;  /* this limits the centering fix */
}

#mastercontainer {
position:absolute;
    width :600px;
    margin :0;
	padding : 0;
	z-index:2000;
}

#notie, #ie7box, #ie6box, #ie5-5box, #ie5-01box {
    padding : 0;
	margin :0;
    width : 100%;
}

#ie7andup #notie,
#ie6only #notie,
#ie5-5only #notie,
#ie5-01only #notie,
#ie7box, 
#ie6box, 
#ie5-5box, 
#ie5-01box 
{
    display : none;
}

#ie7andup #ie7box,
#ie6only #ie6box,
#ie5-5only #ie5-5box,
#ie5-01only #ie5-01box
{
    display : block;
}