#frames{    display: block;    width: 790px;    height: 295px;    margin: auto auto;    margin-top: 20px;    font-family: "StanLee", Verdana, Arial, Helvetica, sans-serif;}#frames ul{    display: block;    margin-left: 12px;    text-transform: uppercase;}#frames ul li{    display: block;    float: left;    overflow: hidden;    margin-left: 36px;}#frames ul li:hover{    opacity: 0.85;}#frames ul li.frame1{    display: block;    width: 206px;    height: 277px;    background: url('../images/frame1.png') no-repeat left;}#frames ul li.frame2{    display: block;    width: 206px;    height: 270px;    background: url('../images/frame2.png') no-repeat left;}#frames ul li.frame3{    display: block;    width: 256px;    height: 280px;    background: url('../images/frame3.png') no-repeat left;}#frames ul li a{    font-size: 15pt;    display: block;    width: 125px;    text-align: center;    height: 277px;    color: #FFF;    padding: 45px 35px;    text-shadow: black 0.1em 0.1em 0.2em;}#frames ul li a:hover{    color: #ffba00;}