﻿body, html {
    margin:0 auto;
    width: 100%;
    height: auto;
    padding:0;
    border: 0;
    background-color: #0166ff;
    background-image: url(images/BGball_grad.jpg);
    background-repeat:repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: White;
    position:relative;
    z-index: 0;
    } 

#mainWrap {
    margin:0 auto;
    width: 1000px;
    height:1000px;
    padding:0;
    border: 0;
    background-image: url(images/BGball_logo.jpg);
    background-repeat:no-repeat;
    background-position:top left;
 
    }
    
#mainWrap11 {
    margin:0 auto;
    width: 1000px;
    height:1000px;
    padding:0;
    border: 0;
    background-image: url(images/BGball_logo11.jpg);
    background-repeat:no-repeat;
    background-position:top left;
 
    }    

#mainBody {
    margin-left: auto;
    margin-top:50px;
    padding:0;
    border: 0;
    width: 950px;
    height:816px;
    }


a.linkBall {
    text-decoration:none;
    color: #990000;
    font-weight:bold;
    }

a:hover.linkBall {
    text-decoration:none;
    color: Yellow;
    }

a {
    text-decoration:none;
    color:White;
    }

a:hover {
    text-decoration:underline
    }

.scrollPhoto {    
    padding: 10px 40px 0 0;
    text-align:right;
    font-size:9px;
    }

#footer {
    margin: 0 auto;
    padding-top: 0;
    width: 1000px;
    height: 70px;
    overflow: hidden;
    }
    
#footer span  {
    background-image: url(images/footerLine.gif);
    background-repeat: no-repeat;
    background-position:center;
    display:block;
    position: relative;
    z-index: 5;
    }

#footer span span {
    width: 1000px;
    height: 70px;
    background-image: url(images/footerSwirls.gif);
    background-repeat: no-repeat;
    background-position:center;
    display:block;
    position: relative;
    z-index: 10;
    }

.fineLinks {
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight:normal;
    font-size: 9px;
    padding: 0;
    letter-spacing: 0.01em;
    }

.fineLinks a {
    text-decoration:none;
    color: #999999;
    }

.fineLinks a:hover {
    text-decoration:underline;
    color: #c0c0c0;
    }
