.content{
position:absolute;
width: 790px !important;
  width /**/:790px;
height:60px; 
left:205px; 
top:127px;
font-family:Geneva, Arial, Helvetica, sans-serif;
text-align:center;
background-color: #ff0000;
border: 1px solid #000000;
color:#000000;
}
.video {
position: absolute;
width:450px;
height:400px; 
left:180px; 
top: 200px;
text-align:center;
}
.map{
position:absolute;
top: 340px;
left: 70px;
float:right;
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
}
.map li a{
color: black;
display: block;
width: 100%;
padding: 2px 4px;
font-weight: bold;
background-color: #ff0000;
border: 2px solid #FFFFFF;
text-decoration:none;
}
.map li a:hover{
color: white;
background-color: #FF0000;
border-style: outset;
}
html>body .map li a:active{
border-style: inset;
}