body
{
   background-image: url('logo.jpg');
   background-repeat: no-repeat;
   background-position: center top;
   background-color: yellow;
   background-size: 25% 25%;
   width: 100%;
   height: 100%;
}

#DateSection
{
   position: relative;
   margin-top: 25%;
   width: 25%;
   margin-left: 37.5%;
   margin-right: 37.5%;
   height:25%;
   background:MediumSlateBlue;
   box-shadow: inset 0 -10px 10px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
               inset 0 10px 10px rgba(255,255,255,0.8); /*top internal highlight*/
}

#DateSection p
{
   position: relative;
   top: -3%;
   color: white;
   text-align: center;
   font-size: 1.25em;
   font-family: Verdana, Geneva, sans-serif;
   line-height: 1em;
}

#finis
{
   position: relative;
   top: 50%;
   width: 25%;
   margin-left: 37.5%;
   margin-right: 37.5%; 
}

#finis a
{     
   color: MediumSlateBlue;
   font-size: 2em;
   width: 100%;
   text-align-center;
   margin-left: 40%;
}