a#logo { /* Total Width and Height of Logo in PX = 95px by 129.7px */
 margin-top: 0; /* Space in PX between Logo and top of page */
 background-size: 127px 25px; /* Total Width in PX ÷ 2 / Total Height in PX ÷ 2 */
 width: 127px; /* Total Width in PX ÷ 2 */
 height: 25px; /* Total Height in PX ÷ 2 */
}