body {
width: 100%;
margin:0;
height:100%;
padding-bottom:100px;
}
@font-face{
	font-family: komaxFont;
	src: url(KOMIKAX_.ttf);
}
main{
	width:100%;
}
#contact{
	top:220px;
	position: absolute;
	margin:0 auto;
	width:100%;
	height:calc(50% + 100px);
}
.ericimage{
	float:left;
	width:30%;
	min-width:300px;
}
.infoWrapper{
	width:100%;
	height:100%;
}
@media screen and (max-width: 1000px){
	.infoText{
		left:300px;
	}
}
.infoText{
	min-width:700px;
	font-size: .9em;
	position: absolute;
	font-family: komaxFont;
	left:30%;
	width:70%;
	max-height: calc(50% + 150px);
}