.topleft a {
position: absolute; top: 5px; left: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("../images/toplefthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.topleft a:hover {background-position: 0 -30px; color: #ffffff; }
.topleft a:active {background-position: 0 -60px; color:#ffffff; }

.topright a {
position: absolute; right: 5px; top: 5px;
display:block;
width: 300px;
font: bold 16px arial;;
color:#FFFFFF;
background: url("../images/toprighthover.jpg") 0 0 no-repeat;
text-align: center;
text-decoration: none;
}
.topright a:hover {background-position: 0 -30px; color: #ffffff; }
.topright a:active {background-position: 0 -60px; color:#ffffff; }

a.cec:link {color: red; text-decoration: none; }
a.cec:visited {color: #346768; text-decoration: none; }
a.cec:hover {color: orange; text-decoration: underline; }
a.cec:active {color: black; } 

body {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  margin:2% 400px 0 2%;
  font: 14px arial;;
  height:100%;
}