body {
	background-image:url('back.jpg');
	background-attachment:fixed;
}

.bar{
	width: 1250px;
	height: 80px;
	left: calc(50% - 625px);
	position: relative;
}

.menu1{
	width:165px;
	height:40px;
	left: 203px;
	top: 20px;
	position:absolute;
}


.menu2{
	width:165px;
	height:40px;
	left: 373px;
	top: 20px;
	position:absolute; 
}

.menu3{
	width:165px;
	height:40px;
	left: 543px;
	top: 20px;
	position:absolute;
}

.menu4{
	width:165px;
	height:40px;
	left: 713px;
	top: 20px;
	position:absolute;
}

.menu5{
	width:165px;
	height:40px;
	left: 883px;
	top: 20px;
	position:absolute;
}

h1{
	left: calc(50% - 400px);
	font-size: 52px;
	position: relative;
}