body {
	background:#eee URL(/r/i/bg.gif);
}
.container {
	min-height:100%;
	position:relative;
	border:0px red solid;
	width:983px;
	background-color:#ddd;
	margin:0px auto;
	background:URL(/r/i/bg_container.png);
	padding:0 6px;
}
* html .container {height:100%;}

.header {
	background:#fff URL(/r/i/bg_head.jpg) right top no-repeat;
	border-bottom:3px #e4e4e4 solid;
}
.header div {
	background:URL(/r/i/bg_football.jpg) no-repeat 250px 15px;
	padding:17px 0 0 19px;
	height:90px;
	border-bottom:20px #990000 solid;
}
.line {
	font-size:0;
	line-height:0;
	height:4px;
	background:#e4e4e4;
}
.wrap-lm {
	float: left;
	width:785px;	
}
.mainBlock {	
	background-color_:#f8f8f8;
	float:right;
	width:721px;
	padding-right:20px;
/*	margin-right:10px; 
	If needs to make a gap.
	In IE6 this gap should be smaller 
*/
}
.wrap-lm .mainBlock {	
	width:575px;	
}

.leftBlock {
	width:222px;
	background-color_:#eee;	
	float:left;
}
.rightBlock {
	width:200px;
	background-color:#ccc;
	float:right;
}
.footer {
	background-color:#999;
	position:absolute;
	bottom:0px;
	height:30px;
	display:none;
}
.layoutClear {
	clear:both;
	height:80px; /* depends on footer height */
}

.leftBlockBottom {	
	position:absolute;
	left:26px;
	bottom:20px;
}
.rightBlockBottom {
	position:absolute;
	right:25px;
	bottom:10px;
}
.rightBlockBottom img {
	display:block;
}
* html .rightBlockBottom {
	right:25px;
}
