html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: url("/img/background.png") #d9d9d9;
}

a {
	color : #000000;
	text-decoration: none;
}

div.content {
	width : 980px;
	margin : auto;
	margin-top : 10px;
	overflow: hidden;
}

div.content .block_right {
	float : right;
	width : 348px;
}

div.content .block_left {
	float : left;
	width : 320px;
	height : 462px;
/*	height : 559px;		
	border : 1px #bababa solid;
	margin-right : 5px;
	background: rgba(255,255,255,0.20);	*/
	position : relative;
	margin-right : 8px;
}

div.content .block_right .pub_336_block {
	padding : 5px 5px;
	width : 336px;
	height : 280px;
	border : 1px #bababa solid;
	background: rgba(255,255,255,0.20);
	overflow: hidden;
	position : relative;
}

div.content .block_right .bottom {
	margin-top : 5px;
	/*float : right;*/
	width : 336px;
	height : 252px;
	border : 1px #bababa solid;
	background: rgba(255,255,255,0.20);
	padding : 5px 5px;
}