
html {
	height:100%;
	background:#050505;
}

body {
	position:relative;
	padding:0; margin:0;
	min-height:100%;
	_height:100%;
	font-family:Verdana,Tahoma,Arial;
}



#wrapper {
	position:relative;
	width:1000px; margin:0 auto;
	overflow:hidden;
	padding-top:140px;
	margin-bottom:-150px;
	background:#191919 url(bg60.jpg) no-repeat;
}

#content {
	padding:0 50px;
	padding-bottom:30px;
	color:#c3c3c3;
	font-size:13px;
}

#header {
	position:absolute; top:0;
	width:100%;
	height:140px;
}                   

#footer {
/*	position:absolute; bottom:0;
	width:100%;*/
	height:257px;
	background:#000 url(bottom-bg.png) 50% 100% no-repeat;
}

#wrh {
	position:relative;
	width:1000px;
	height:140px;
	margin:0 auto;
}

#wrf {
	position:relative; top:150px;
	width:1000px;
	height:107px;
	margin:0 auto;
}


#header a#logo {
	position:absolute; top:25px; left:40px;
	display:block;
	width:282px;
	height:45px;
	background:url(logo.png);
}

#header h4 {
	position:absolute; top:32px; left:340px;
	width:320px;
	font:12px Arial;
	color:#fff;
	border-left:solid 1px #fff;
	margin:0; padding:0;
	padding-left:23px;
}

#header span {
	position:absolute; top:35px; right:50px;
	display:block;
	width:221px;
	height:24px;
	background:url(phone.png);
}

#header ul {
	position:absolute; top:95px; left:45px;
	margin:0; padding:0;
	list-style:none;
}

#header ul li {
	display:block;
	float:left;
	margin-left:4px;
}

#header ul li a {
	display:block;
	float:left;
	width:125px;
	height:30px;
	font:bold 14px Arial;
	line-height:28px;
	text-align:center;
	text-transform:lowercase;
	text-decoration:none;
	color:#fff;
	background:url(menu.png) 0% 50%;
}

#header ul li a:hover {
	background-position:0% 100%;
}

#header ul li a.active {
	background-position:0% 0%;
}




#footer ul {
	position:absolute; top:15px; left:45px;
	margin:0; padding:0;
	list-style:none;
}

#footer ul li {
	display:block;
	float:left;
	margin-left:4px;
}

#footer ul li a {
	display:block;
	float:left;
	width:125px;
	height:30px;
	font:bold 14px Arial;
	line-height:28px;
	text-align:center;
	text-transform:lowercase;
	text-decoration:none;
	color:#fff;
	background:url(menu.png) 0% 50%;
}

#footer u {
	position:absolute; top:70px; right:50px;
	display:block;
	width:166px;
	height:24px;
	background:url(phone-bottom.png) no-repeat;
}

#footer p {
	position:absolute; top:70px; left:50px;
	padding:0; margin:0;
	padding-left:30px;
	height:18px;
	font-size:0.9em;
	color:#fff;
	background:url(logo-bottom.png) no-repeat;
}


#content p {
	text-align:justify;
	margin:0;
	padding:5px 0;
}

#content a {
	color:#ffd981;
}

#content a.arrow {
	padding:3px;
	padding-left:20px;
	padding-right:35px;
	font:bold 11px Arial;
	color:#fff;
	background:#383838 url(arrow.png) 100% 50% no-repeat;
	text-decoration:none;
}


#content h1, #content span.likeh1 {
	font:italic 25px Georgia;
	color:#fff;
	display:block;
	margin:10px 0; padding:0;
}

#content div.yashare-auto-init {
    margin-top: 1em;
    text-align: right;
}

