html, body 
{
	height: 100%; 
	margin: 0; 
	padding: 0;
	background-color: #000;
}

body 
{
	display: table; 
	height: 100%; 
	width: 100%; 
	background-color: #000;
	
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:100%;
	color: #48585b;
}

#centeredBlock
{
	position:relative;
	background:#000;
	width:100%; 
	height:700px;
	margin: 0;
	padding:0px 0px 0px 0px;
	border-top: 5px solid #000;
	border-right: 0px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
}

#mainWork
{

	display: table-cell; 
	vertical-align: middle;
}




#fur-coat
{

	position: absolute;
	top: 35px;
	left: 16px;
	width: 1222px;
	height: 270px;
	z-index: -1;
}




#content
{
	width:930px;
	margin:0 auto;
}

#LiveInternet
{
 	position:absolute;
	right:0;bottom:0;
	width:0;height:0;
	overflow:hidden;
}



	
A:link {
	COLOR: #48585b; 
}

A:active {
	COLOR: #48585b; 
}

A:visited {
	COLOR: #48585b;
}