/* Billboard70s */


#layer1 {position:absolute; left:330px; background-color:#ffffff; 
    width:900px; height:3710px;box-shadow:2px 0px 33px 5px #000;}
#line1 {position:absolute; top:80px; left:00px;}
#title {position:absolute; top:11px; left:196px;}
#buttonHLoc {position:absolute; top:11px; left:12px;}
    .buttonH {width: 80px; height: 80px;  background: url("../Graphics/ButtonHS.png") no-repeat; display: inline-block;}
    .buttonH:hover { background: url("../Graphics/ButtonHG.png") no-repeat;}
#buttonSLoc {position:absolute; top:11px; left:95px;}
    .buttonS {width: 80px; height: 80px;  background: url("../Graphics/ButtonSS.png") no-repeat; display: inline-block;}
    .buttonS:hover { background: url("../Graphics/ButtonSG.png") no-repeat;}
#buttonLLoc {position:absolute; top:11px; left:732px;}
    .buttonL {width: 80px; height: 80px;  background: url("../Graphics/ButtonLS.png") no-repeat; display: inline-block;}
    .buttonL:hover { background: url("../Graphics/ButtonLG.png") no-repeat;}
#buttonNLoc {position:absolute; top:11px; left:815px;}
    .buttonN {width: 80px; height: 80px;  background: url("../Graphics/ButtonNS.png") no-repeat; display: inline-block;}
    .buttonN:hover { background: url("../Graphics/ButtonNG.png") no-repeat;}
#date {position:absolute; top:100px; left:382px;font-family:Times; font-size:20px;}
table.data { table-layout: fixed; background-color: #F6FFF5; width:630px;font-family:Times; font-size:16.5px;}
#tableLoc {position:absolute; top:133px; left:130px;}
a {text-decoration:none; color:black;}
a:hover {text-shadow:black 0px 1px 2px;}


