<head>
<style>
ban {
font-family: verdana;
font-size: 48px;
text-align: center;
position: absolute;
left: 110px;
top: 22px;
width: 700px;
height: 125px;
}

nav {
font-family: verdana;
font-size: 14px;
text-align: center;
position: absolute;
background-color: cyan;
top: 160px;
left: 22px;
width: 180px;
}


con {
font-family: verdana;
font-size: 14px;
text-align: center;
position: absolute;
top: 175px;
left: 220px;
width: 550px;
background-color: pink;
}

ubar {
font-family: verdana;
font-size: 14px;
text-align: center;
position: absolute;
background-color: lightblue;
left: 220px;
top: 145px;
width: 550px;
}


foot {
font-family: verdana;
font-size: 14px;
text-align: center;
position: abosulte;
}

right {
font-family: verdana;
font-size: 14px;
text-align: center;
position: absolute;
}

</style>
</head>