BODY {
     background-image: url("/projects/spots/static/spotsbg.jpg");
     background-position: right top;
     background-repeat:no-repeat;
		 background-attachment:scroll;
     background-color:#e1e7f5;
     color:#150503;
     margin:20px 20px 20px 20px;
     font-family: "Times", "Times New Roman" , serif; 		}

#comments {
    margin: 32px 48px;
    padding: 10px;
    background-color:#d1d7e4;
    color:#150503;
    font-size: 90%;
}

#footer {
    text-align: right;
    font-size: 70%;
    position: relative;
    width: 100%;
}

#footer p {
    margin: 0 auto;
}


#bodynorm     A:link { text-decoration:none;
                 color: #a92034; }
#bodynorm    A:visited { text-decoration:none;
                 color: #340e27; }
#bodynorm     A:active { text-decoration:none;
                 color: #A23F3F; }
#bodynorm  A:hover { background: #ffffff; }

#header {
    height: 32px;
    width: 100%;
}

img {
    border: 0;
}

#header img {
    float: left;
}

#header #navbar {
    font-size: 80%;
    float: right;
    padding-top: 8px;
}
#header #accountbox {
    font-size: 80%;
    padding-top: 5px;
    text-align: right;
}


.halfpage {
    margin:25px 200px 5px 50px;
    padding:20px 20px 0px 30px;
    position: relative;
    border-style:solid;
    border-width:3px;
    border-color:#FFFFFF; }

