﻿.divImageMain 
{
	/*background-image: url(../Images/png/bckgrnd_main.png);*/
	background-color: #FFFFFF;
	background-repeat: repeat;
	position:absolute;
	top:25px;
	left:expression(((document.body.clientWidth - 930) / 2) + 'px');
	width:930px;
	height:386px;
}