.logo { 
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
    width: 320px;
    height: 130px;
    background: url(../images/idata_logo.png) no-repeat 0 0;
}