@font-face {
    font-family: arista;
    src: url('../fonts/Arista2.0.ttf'), url('../fonts/Arista2.0.woff');
}

body{
	margin: 0px;
	background-image: url('../images/web-background-1.jpg');
	background-position: top left;
	background-repeat: repeat;
}

.baseBox{
	background-color: #009bad;
	background-image: url('../images/web-background-2.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	
	top: 50%;
	height: 50%;
	width: 100%;
	position: fixed;
	
	font-family: arista;
	font-size: 20px;
	padding-top: 120px;
	text-align: center;
	color: #ffffff;
}

.logo{
	position: absolute;
    top: calc(50% - 108px);
    left: calc(50% - 106px);
}