.layer_2{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
.top{
	position: relative;
	height: 70%;
	width: 100%;
	background-color: rgb(232,0,58);
	overflow: hidden;
}
.bottom{
	position: relative;
	width: 100%;
	height: 30%;
	background-color: white;
}
.logo_corepix{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 100px;
	margin-left: -225px;
	margin-top: -50px;
	cursor: default;
}
.logo_univerpix{
	height: 53px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -25px;
}
.halftone_01{
	position: absolute;
	width: 350px;
	height: 350px;
	right: -100px;
	top: -170px;
}
.halftone_02{
	position: absolute;
	width: 500px;
	height: 500px;
	left: -50px;
	bottom: -250px;
}
.error_message{
	position: absolute;
	right: 20px;
	text-align: right;
	cursor: pointer;
}
.top .error_message{
	bottom: 10px;
	color: white;
	right: 10px;
	width: 50%;
	height: auto;
	font-weight: bold;
}
.bottom .error_message{
	top: 10px;
	color: rgb(54,54,54);
}
/* 0-1024 */
@media only screen and (max-width:1024px){
	.halftone_01{
		width:280px;
		height:280px;
		right:-80px;
		top:-136px;
	}
	.halftone_02{
		width:400px;
		height:400px;
		left:-40px;
		bottom:-200px;
	}
}
/* 0-800 */
@media only screen and (max-width:800px){
	.halftone_01{
		width:245px;
		height:245px;
		right:-70px;
		top:-119px;
	}
	.halftone_02{
		width:350px;
		height:350px;
		left:-35px;
		bottom:-175px;
	}
}
/* 0-640 */
@media only screen and (max-width:640px){
	.halftone_01{
		width:210px;
		height:210px;
		right:-60px;
		top:-102px;
	}
	.halftone_02{
		width:300px;
		height:300px;
		left:-80px;
		bottom:-150px;
	}
	.logo_corepix{
		width: 360px;
		height: 80px;
		margin-left: -180px;
		margin-top: -40px;
	}
	.logo_univerpix{
		height: 40px;
		width: 150px;
		position: absolute;
		margin-left: -75px;
		margin-top: -20px;
	}
}
/* 0-480 */
@media only screen and (max-width:480px){
	.halftone_02{
		display: none;
	}
	.logo_corepix{
		width: 270px;
		height: 60px;
		margin-left: -135px;
		margin-top: -20px;
	}
	.error_message{
		right:0;
		width:100%;
		text-align:center;
		font-size:0.8em;
	}
	.logo_univerpix{
		height: 27px;
		width: 100px;
		position: absolute;
		margin-left: -50px;
		margin-top: -13px;
	}
}
/* 0-320 */
@media only screen and (max-width:320px){
	.halftone_02{
		display: none;
	}
}