body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

div.container{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/style4/background.jpg) top left no-repeat;
	background-size:cover;
}

div.center{
	width:100%;
	height:257px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}

div.center .content{
	width:100%;
	height:100%;
	position:relative;
	top:0;
	bottom:0;
	margin:auto;
}

div.center .content .logo{
	
}

div.center .content .logo img{
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
	margin:auto;
	z-index:5;
}

div.center .content .pattern{
	bottom:0;
	width:100%;
	height:26px;
	background:url(../img/style4/pattern.png) repeat-x;
	position:absolute;
	z-index:4;
}