Curriculum Vitae

#sidebar, .title, .postdate {
display: none;
}
#main {
width: 100%;
padding: 0;
}
.post, .entry {
border: 0;
margin: 0;
}
.cv {
width: 700px;
height: 991px;
background-image: url(‘/wp-content/uploads/2009/08/CV2.png’);
background-position: top;
background-repeat: no-repeat;
margin: 0 auto;
position: relative;
}
.cv a {
position: absolute;
width: 300px;
height: 65px;
display: block;
}
.cv a:hover {
border: 1px solid blue;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: blue;
opacity: 0.1;
filter: alpha(opacity=10);
}
.cv a.left {
left: 27px;
}
.cv a.right {
left: 374px;
}




<!– –>