body {
background-color: #ddd;
margin:80px 20px 48px 20px;
}

#topdiv {
position:fixed;
top:0px;
left:0px;
width:100%;
color:#CCC;
background:#333;
padding:0px;
z-index: 999999;
}

#toprightdiv {
position:fixed;
float:right;
top:0px;
right:0px;
padding:8px;
z-index: 999999;
}

#topcenterdiv {
position:fixed;
top:15px;
padding:8px;
left:50%;
transform: translate(-50%, 0%);
z-index: 999999;
}

#bottomdiv {
position:fixed;
bottom:0px;
left:0px;
width:100%;
color:#CCC;
background:#333;
padding:2px 0px;
font-size: 10px;
text-align:right;
line-height: 14px;
z-index: 999999;
}

#bottomdiv a {color: #ddd; border-bottom: 1px dotted #ddd;}
#bottomdiv a:hover {border-bottom: 1px solid #ddd;}
