﻿body 
{
    font-family: Calibri, Trebuchet MS, Verdana, Arial, helvetica, Sans-Serif;
    font-size: 10pt;
    text-align: center;
 	background: #000 url(images/redbg.jpg) repeat-x;  
	background-attachment: fixed;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#page
{
    text-align: left;
    margin: 10px auto 10px auto;
    width: 900px;
}

#banner
{
    background-color: #ddd;
    height: 40px;
    width: 100%;
    border: outset 1px #ddd;
    text-align: center;
}

#banner h1
{
    letter-spacing: 2em;
    color: #933;
    font-family: Wingdings, Wingdings 2;
}

#main
{
    background-color: #fff;
    border: outset 1px #fff;
    padding: 20px;
}

#main #quote
{
    font-family: Courier New, Serif;
    font-size: 0.8em;
    color: #963;
    padding: 10px;
    position: absolute;
    top: 180px;
    left: 810px;
    background-color: #ffc;
    width: 240px;
    /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}

#main h1
{
    margin: 0px;
    text-align: center;
    color: Crimson;
    letter-spacing: 2pt;
}

#main .artistname
{
    font-size: 1.2em;
    font-weight: bold;
}

#main a:link, #main a:visited
{
    text-decoration: none;
    color: #900;
}

#main a:hover
{
    text-decoration: underline;
    color: #39f;
}

#footer
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    background-color: #f00;
    border: outset 1px #f00;
    color: #933;
}

#footer #tw
{
    margin: 8px auto 4px auto;
    letter-spacing: 1pt;
}

#footer #tw a:link, #footer #tw a:visited, #footer #tw a:active
{
    font-family: Calibri, Trebuchet MS, Verdana, Arial, helvetica, Sans-Serif;
    color: #fcc;
    font-weight: bold;
    text-decoration: none;  
    font-size: 1.1em; 
}

#footer #tw a:hover
{
    color: #9f9;
    text-decoration: underline;
}

.error
{
    color: #d00;
}