.pagename{
background: -webkit-linear-gradient(right, #CC8403, gray);
background: linear-gradient(right, #CC8403, gray);
border-radius:.25em;
font-family: inherit;
font-size: 130%;
color:gray;
}
.footer {
background: -webkit-linear-gradient(left, #CC8403, gray);
background: linear-gradient(left, #CC8403, gray);
border-radius:.25em;
font-family: inherit;
color:gray;
}
a.logo {
background: url(
);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 40px;
width: 88px;
/* add a fancy button like effect */
box-shadow:0 0 .25em white;
border-radius:0em;
background-color: rgba(255,255,255,0.15);
}