body {
	background-image: url('./bitone.png');
	background-repeat: no-repeat;
	background-size: 600px auto;
	background-position: center 100px;
	font-family: arial;
	font-size: 18px;
}

#main {
	position: relative;
}

#contact {
	position: absolute;
	top: 400px;
	text-align: center;
	width: 100%;
}	
