html
{
    width: 100%;
    height: 100%;
}
body {
    background-image: url("./img/background.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 1px;
    background-size: 1210px 1621px;
    min-height: 1621px;
    color:yellow;
    background-color:#B80000;
}
img.icon {
   height:20px;
}
img.resize{
   width:600px;
}
img {
    max-width: 100%;
    height: auto;
}

a:link{
   color:yellow;
}
a:visited{
   color:yellow;
}
a:active{
   color:yellow;
}
a hover{
   color:white;
}
#head {
   position:relative; 
   top: 140px; 
   width:1210px; 
   place-items: center;
}
#contentframe{
   position:relative; 
   top: 150px; 
   left: 160px; 
   width:275px;
   height:800px;
   float:left;
   margin-right:15px;
}
#media_frame{
   position:relative; 
   top: 148px; 
   left:155px; 
   width:600px; 
   height:800px; 
   float:left; 
}
#video{
   width:600px;
}