div.top {
	width: 800px;
	height: 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/top_hlavna.png');
}
div.top[class]{
	width: 800px;
	height: 35px;
	background-image: url(images/top_hlavna.png);
	background-repeat: no-repeat;
}
div.header {
	width: 800px;
	height: 250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/header_hlavna.png');
	padding-bottom: 10px;
}
div.header[class] {
	width: 800px;
	height: 220px;
	background-image: url(images/header_hlavna.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}