#Layer1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 0;
top: 0;
}
#Layer2 {
position:absolute;
width:695px;
height:115px;
z-index:2;
left: 205px;
top: 275px;
}
body {
font-family: tahoma;
font-size: 11px;
color: #8E7288;
background-color: #DCCEDD;
text-align: justify;
}
a:link {
color: #D5BDA3;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #D5BDA3;
}
a:hover {
text-decoration: none;
color: #B2A2AD;
}
a:active {
text-decoration: none;
color: #B2A2AD;
}