body{
    background-color: #313a3d;
	background-attachment: fixed, fixed;
	background-image: url("img/overlay.png"), url('../../img/bg.png');
	background-position: top left, center center;
	background-repeat: repeat, none;
	background-size: auto, cover;
}

.mess{
	position: absolute;
	padding: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}