body {
    color: #ddbbcc;
    margin: 0;
    background-image: url(http://f5.wretch.yimg.com/rainysky/1/1138435477.jpg?sFMYq0lDdRUfOz1PHWoKWF6zrRSXrkvGz83R1C0lmiSoEuSYBiLsqHdV);
    background-repeat : no-repeat;
    background-attachment: fixed;
    BACKGROUND-POSITION: right  bottom;
}
a, a:link, a:visited {
    color: #669966;
    text-decoration: none;
}
a:active, a:hover {
    color: #cc3366;
    text-decoration: underline;
}
#banner {
    background-image: url("");
    border: #ff99cc 0px solid;
    color: #00CED1;
    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: #6699ff;
    font-family: monospace;
    font-size: x-large;
    letter-spacing: .5ex;
    text-decoration: none;
}

.description {
    color: #00CED1;
    display: block;
    font-family: monospace;
    font-size: small;
    font-weight:bold;
    letter-spacing: none;
    text-transform:none;
}
.side {
    border-bottom:0px solid #EEA9B8;
    border-top:0px solid #EEA9B8;
    border-left:0px solid #EEA9B8;
    border-right:0px solid #EEA9B8;
    font-family: sans-serif;
    font-size: small;
    font-weight: small;
    line-height: 125%;
    margin: 0px 0px 0px auto;

}

.sidetitle {
    border: 0px solid #F0E1F0;
    font-family: monospace;
    font-size: small;
    font-weight: bold;
    letter-spacing: .5ex;
    letter-color: #F0F0B4;
    margin-top: 15px;
    margin-left: auto;
    padding: 2px 10px;
    text-transform: uppercase;

}
.powered {
    border-bottom: 0px solid #cc3366;
    border-top: 0px solid #cc3366;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: bold;
    letter-spacing: .2em;
    margin: 10px 0 0 auto;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
}