@import url('global.css');

div#global, body{
	background		: #000 url('../img/bg-body-blog-2.jpg') top center no-repeat;	
}

div#content{
	min-height		: 1000px;
}

* html div#content{
	height			: auto;
	height			: 1000px;
}

div.news a{
	text-decoration	: none;
}

div.news a:hover{
	text-decoration	: underline;
}

p.date{
	font-size		: 0.8em;
}

p.img{
	float			: left;
	margin-right	: 10px;
}

div.news{
	width			: 600px;
}

div.comment{
	padding			: 10px;
	font-size		: 11px;
	border-top		: 1px solid #381d06;
	background		: url('../img/black.png');
	margin-bottom	: 10px;
}

div.comment strong{
	color			: #fd2400;
}

div.comment p span{
	font-style		: italic;
	font-size		: 0.8em;
}

p.pagination a{
	text-decoration	: none;
	color			: #ffe8c1;
}

p.pagination a:hover{
	text-decoration	: underline;
}

p.pagination a.selected{
	text-decoration	: none;
	color			: #fd2400;
}

div.test{
	position		: absolute;
	height			: 610px;
	width			: 1115px;
	left			: 5px;
	bottom			: -170px;
	z-index			: 0;
	background		: url('../img/footer-catalogue.jpg') no-repeat top left;
}

div.foot{
	position		: absolute;
	z-index			: 1;
	top				: 30px;
}

/****** RIGHT ****/

div#top-five.blog{
	height			: 410px;
	height			: 391px;
	background		: transparent url('../img/bg-top-five-blog.jpg') no-repeat top left;
}
