body {
background-color: #ffffff;
background-image:url('http://lena-music.org/images/content/line.jpg');
background-repeat: repeat-x;
}

a:link {text-decoration:none; color:#C86971;}
a:active {text-decoration:none; color:#C86971;}
a:visited {text-decoration:none; color:#C86971;}
a:hover {text-decoration:none; color:#B8E0EF;}

.nav {
float: left;
width: 480px;
margin: 20px 0 0 25px;
text-align: center;
text-transform: uppercase;
}

.nav a:link, .nav a:visited {
margin: 0 0 0 7px;
padding: 5px 10px 5px 10px;
font-family: Tahoma;
font-size: 9px;
color: #C56068;
letter-spacing: 2px;
border-bottom: 1px solid #BDCCC9;
}

.nav a:hover, .nav a:active {
color: #BDCCC9;
border-bottom: 1px solid #C56068;
}

#header {
position: absolute;
left: 220px;
top: 0px;}

#menu {
position: absolute;
left: 280px;
top: 437px;}

#sidebar {
position: absolute;
left: 290px;
top: 510px;}

#pages {
position: absolute;
left: 580px;
top: 510px;}

