body {
    color: #cfc;
    margin: 0;
    background-color: #000;		
    background-image: url("http://pic56.pic.wretch.cc/photos/11/icon/user/matrix/matrix-bodybg.jpg");		
    background-repeat: repeat-x;
}

a, a:link, a:visited { 
    color: #dd8; 
    text-decoration: none; 
}
a:active, a:hover { 
    color: #ffb; 
    text-decoration: underline; 
}
#banner {
    background-image: url("http://pic56.pic.wretch.cc/photos/11/icon/user/matrix/matrix-shadebg.png");
    border: #565 1px solid;
    color: #8f8;
    font-family: monospace;
    font-weight: bold;
    margin: 5px;
    padding: 5px 20px;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
    color: #cfc;
    font-family: monospace;
    font-size: x-large;
    letter-spacing: .5ex;
    text-decoration: none;
}

.description {
    color: #ada;
    display: block;
    font-family: monospace;
    font-size: small;
    font-weight:bold;
    letter-spacing: none; 		
    text-transform:none;	
}
.side {
    font-family: sans-serif;
    font-size: small;
    font-weight: small;
    line-height: 125%;
    margin: 5px 10px 5px auto;

}	

.sidetitle {
    border: 1px solid #565;
    font-family: monospace;
    font-size: small;
    font-weight: bold;
    letter-spacing: .5ex;
    margin-top: 15px;
    margin-left: auto;
    padding: 2px 10px;
    text-transform: uppercase;

}
.powered {
    border-bottom: 1px solid #565;		
    border-top: 1px solid #565;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    letter-spacing: .2em;
    margin: 10px 0 0 auto;
    padding: 2px;
    text-align: center;
    text-transform: uppercase; 
    width: 250px;
}	
          