/* cyberage.cx stylesheet */

body {
    background-color: #111111; 
    font: 12px/1.5 "Verdana", "Arial", sans-serif; 
    color: #ffffff;
    margin: 0;
}
a:link {color: #00ffff ; text-decoration: none}
a:hover {color: #99ffff; text-decoration: none}
a:visited {color: #00bbbb ; text-decoration: none}
a:visited:hover {color: #55dddd; text-decoration: none}
a:active {color: #00bbbb ; text-decoration: none}
p {margin: 0; margin-bottom: 18px;}
img {border-width: 0px}
h2 {text-align: center; background-color: #222222; margin: 0;}

#bordertop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 18px;
    background-image: url('border-top.jpg');
    background-repeat: repeat-x;
    z-index: 96;
}

#title {
    position: fixed;
    top: 23px;
    left: 160px;
    right: 160px;
    height: 65px;
    background-color: #333333;
    font: 9px "Verdana", "Arial", sans-serif; 
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#menuleft {
    position: fixed;
    top: 23px;
    left: 5px;
    bottom: 5px;
    width: 150px;
    background-color: #333333;
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#menuright {
    position: fixed;
    top: 23px;
    right: 5px;
    bottom: 5px;
    width: 150px;
    background-color: #333333;
    z-index: 95;
    border: 1px; border-style: solid; border-color: #444444;
}

#content {
    position: absolute;
    top: 88px;
    left: 160px;
    right: 160px;
    bottom: 5px;
    background-color: #111111;
    z-index: 0;
}

.mybutton {
    padding: 5px;
    margin: 5px;
    border-radius: 3px;
    color: black !important;
    background-color: #00bbbb;
    font-weight: bold !important;
}
