* html img.png { background-image: none !important; behavior: url('pngfix/pngfix.htc'); }

.CDdiv 
	{
		position:absolute;
		width:360px;height:380px;display:block; /*квадратеги */
		float:left;
		margin-left:0px; /*чтобы залезли друг на друга */
		cursor:hand;
	}

img { border: 0; }

body{ 

	margin: 0; 
	padding: 0; 

	width: 100%;
	background-color: #505155;
	color: #e1e1e1;
	font-family: Helvetica, sans-serif;
	font-size:90%;
}

body,td,th {
	
}

h2 {
	color:#FFFFFF;
	font-size:120%;
}


a:link {
	color: #e1e1e1;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e1e1e1;
}
a:hover {
	text-decoration: underline;
	color: #e1e1e1;
}
a:active {
	text-decoration: underline;
	color: #e1e1e1;
}


#fixed_position_background
{
position: fixed;
z-index:0;
top:370px;
left: 0px;
background-image:url(images/background.jpg);
width:1484px;
height:304px;
}

#fixed_position_background
{
-position: absolute;
-top: expression(document.getElementsByTagName('body')[0].scrollTop + "px");
}

