

body {
    background: url(http://sparkletone.net/images/site/bg.jpg) black no-repeat;
    background-position: top left;
    background-attachment: fixed;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: white;
    font-size: 14pt;
    margin-top: 100px;
    text-align: right;
}

a:link{text-decoration: none; color: white;}
a:visited{text-decoration: none; color: white;}
a:hover{text-decoration: none; color: #3287b6;}

#container {
    margin-left: 50%;
    margin-right: 1%;
    padding-right: 2%;
    width: 45%;
    height: auto;
    color: white;
}


#title_bar {
    color: white;
    height: 55px;
    padding: 5px 0 5px 65px;
    font-weight: bold;
    font-size: 21pt;
    margin-bottom: 10px;
    /*
    -moz-opacity:0.90;
    opacity: 0.90;
    filter:alpha(opacity=90);
    */
}

#content_bar {
    height: auto;
    line-height: 150%;
    font-size: 10pt;
    margin-bottom: 10px;
    /*
    -moz-opacity:0.80;
    opacity: 0.80;
    filter:alpha(opacity=80);
    */
}

#contact_bar{
    height: 40px;
    padding: 5px 0 5px 35px;
    font-size: 10pt;
    margin-bottom: 10px;
    /*
    -moz-opacity:0.80;
    opacity: 0.80;
    filter:alpha(opacity=80);
    */
}

.text {
    -moz-opacity:1;
    opacity: 1;
    filter:alpha(opacity=100);
}
