body {
background: #1b7bb3;
margin: 0;
padding: 0;
/* color: #0b1116; */
color: white;
font-family: sans-serif;
background-repeat: no-repeat;
background-position: bottom right;
background-image: url(images/lines3.png);
background-attachment: fixed;
}
a {
color: #10167a;
}
/*
background 1b7bb3
highlights 08e3f9
lowlights 1565b5
grey cccccc
*/
#logo {
background-image: url(images/logo12.png);
width: 450px;
height: 82px;
z-index: 6;
}
#titlebox {
background-image: url(images/banner-repeat.png);
position: fixed;
top: 0px;
left: 141px;
z-index: 5;
width: 450px;
height: 92px;
/* border: 1px solid black; */
}
#cornerbox {
background-image: url(images/corner.png);
background-repeat: no-repeat;
position: fixed;
top: 0px;
left: 0px;
z-index: 5;
width: 141px;
height: 118px;
}
#titlecap {
background-image: url(images/banner-cap.png);
background-repeat: no-repeat;
position: fixed;
top: 0px;
left: 591px;
z-index: 5;
width: 236px;
height: 92px;
}
#contentpanel {
z-index: 1;
margin-top: 114px;
margin-bottom: 1em;
margin-left: 122px;
margin-right: 80px;
padding: 0.5em;
padding-bottom: 2.5em;
text-align: justify;
}
#linesbox {
right: 0px;
top: 0px;
width: 170px;
height: 120px;
position: fixed;
z-index: 4;
background-position: 100% 100%;
background-image: url(images/lines3.png);
background-attachment: fixed;
background-repeat: no-repeat;
}
.content {
margin: 0.5em;
}
#topvoidbox {
background-image: url(images/fade.png);
background-repeat: repeat-x;
background-position: bottom right;
z-index: 3;
position: fixed;
top: 0px;
height: 120px;
width: 100%;
}
.boxes {
/* border: 2px solid;*/
padding: 0px;
font-family: monospace;
}
#linkbox {
background-image: url(images/side.png);
background-color: #000000;
position: fixed;
font-size: 110%;
top: 118px;
left: 0px;
bottom: 0px;
width: 122px;
font-weight: bold;
display: block;
z-index: 5;
}
#linkbox ul {
margin-left: 1em;
padding-left: 0;
list-style-type: none;
}
#linkbox a {
display: block;
}