
body	{
	background-color:#204060;
}

.img01 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -240px;
	margin-top: -144px;
	float: none;
	}
		  
.line{
	position: absolute;
    left: 5%;
	top: 50%;
	width: 90%;
	height: 1px;
	margin-top: -68px;
    float: none;
	}
		
.mail{
	position: absolute;
    left: 50%;
	top: 50%;
    margin-left: -208px;
	margin-top: -12px;
    float: none;
	width: 264px;
	height: 26px;
	background-color:rgba(255, 255, 255, 0.0);
	cursor: pointer;
	}
