html, body
{
    width:100%;
	color:#515151;
    font:12px Tahoma, Geneva, sans-serif;
	background:#000 url(../images/header-bg.png) repeat-x 0 0;

	
}

/*----------HEADER BLOCK---------*/
.header
{
background:url("../images/header.jpg") no-repeat scroll 50% 27px transparent;
height:240px;

}

/*----------END HEADER BLOCK---------*/


/*----------CENTER BLOCK---------*/
.footer
{
	height:54px;
	background:url(../images/copy-bg.png) repeat-x 0 0;
}
.copy
{
	text-align:center;
	font-size:11px;
	color:#fff;
	margin-top:15px;
	padding:17px 0 0 0;
}

.wrapper {
	margin: 0px auto;
	width: 820px;
}

.wrapper .header .menu li {
	background: url(/images/menu-bg.png) no-repeat 0px 0px;
	margin: 1px;
	height: 43px;
	width: 287px;
}
.menu
{
	width:290px;
	float:right;
	margin-right:15px;
	margin-top:25px;
}
.wrapper .header .menu li a {
	font-size: 12px;
	color: #FFF;
	display: block;
	padding: 14px 5px 5px 44px;
	text-decoration:none;
}

.wrapper .txt { padding-left: 310px;color:#fff;line-height:20px; text-indent:15px;text-align:justify;padding-top:20px }

.wrapper .img-phone {
	background: url(../images/phone.png) no-repeat;
height:520px;
margin-left:-63px;
margin-top:-143px;
position:absolute;
width:390px;
}

