
body{
background-image:url('pics/blackBG.png');
background-size: 100%;
}


a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */ 



.centerText{ /* Class for centering text*/
text-align: center;}

.textColorWhite{ /* Class for white text*/
color: white;}



#wrapper{
width: 850px;
height: 602px;
margin-top: 20px;
margin:1px auto; /* Right and left margin widths set to "auto" */
border: 0px solid black;
font-family: "Trebuchet MS";
font-size: 14px;}


#header{
margin: 1px;
padding: 0px;
width: 846px;
height: 32px;
float: left;
text-align: left;
color: white;
border-style:solid;
border-width: 0px;}


#left{
margin: 0px;
padding: 10px;
width: 260px;
height: 500px;
float: left;
background-color:black;
text-align: center;
color: white;
border: 1px solid black;}

#right{
margin: 0px;
padding: 10px;
width: 545px;
height: 500px;
float: left;
background-color:white;
border-color: black;
border: 1px solid black;}


#footer{
margin: 1px;
padding: 0px;
width: 846px;
height: 40px;
float: left;
text-align: center;
border-style:solid;
border-width: 0px;
color: white} /* text color*/


