body {
background: #000;
color: #e5cea3;
font-family: verdana, arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
}
#geral {
position: relative;
margin: 0 auto;
padding: 0;
text-align: left;
width: 780px;
height: 890px;
background: url(images/bggeral.jpg) #7b1a03 0 0 repeat-y;
border-right: 1px solid #beaca8;
border-bottom: 1px solid #beaca8;
}
#keyboard {
position: absolute;
top: 0;
left: 0;
color: #000;
background: url(images/key.jpg) 0 0 repeat-y;
width: 109px;
height: 890px;
}
h1 {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
color: #7b1a03;
font-size: 1px;
}
#name {
position: absolute;
top: 25px;
left: 265px;
background: url(images/name.jpg) 0 0 no-repeat;
width: 378px;
height: 44px;
margin: 0;
padding: 0;
}
#navbar {
position: absolute;
top: 70px;
left: 190px;
z-index: 2;
}
.nav a, .nav a:visited {
display: inline;
font-size: 12px;
font-weight: bold;
color: #ceb27c;
text-decoration: none;
padding: 0;
margin-left: 10px;
}
.nav a:hover {
position: relative;
top: 3px;
color: #ceb27c;
text-decoration: none;
}