html, body{
	height:100%;
	width:100%;
	display:table;
}
body{
	margin:0;
	vertical-align:middle;
	display:table-cell;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#939191;
}
h1{
	margin:0;
}
#wrapper{
	height:419px;
	margin:0 auto;
	width:960px;
	overflow:hidden;
	background:url(../images/bg-wrapper-home.gif) no-repeat;
}
/*home*/
.logo-home{
	height:170px;
	margin:130px 0 0;
	padding:0 81px 0 106px;
	text-indent:-9999px;
	width:565px;
}
.logo-home a{
	position:relative;
	display:block;
	width:565px;
	height:170px;
	cursor:pointer;
	background:url(../images/logo-home.png) no-repeat;
}
.logo-home a:hover{
	border:none;
	background:url(../images/logo-home-hover.png) no-repeat;
}