/* CSS Document */
body { 
margin: 10px; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
}
div#back
{
position:absolute;
left:20px;
top:20px;
z-index:1;
}
div#content
{
position:absolute;
left:160px;
top:20px;
z-index:4;
}
div#intro{
position:absolute;
left:px;
top:px;
}
div#fakeButton{
font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#FFFFFF;
text-align:center;
min-height:28px;
position:absolute;
left:20px;
width:140px;
z-index:4;
}
.btn {font-family: Arial, Helvetica, sans-serif; font-size: 14px;
border-style:none;
position:absolute;
z-index:2;
width:140px;
height:28px; 
background: #88A2CC; 
color: #fff; 
text-decoration: none; 
cursor: pointer; }
.btn:hover { background-color: #9CB8E2; }
.btn:active { background-color:#ACC5E8; }
input#project{left:20px; top:403px; }
input#about{left:20px; top:437px; }
input#contact{left:20px; top:471px; }
input#slide{left:20px; top:505px; }
input#pdf{left:20px; top:539px; }

