 /**************************************************/
/*  contains all css styling for the footer   */
/**************************************************/
footer {
/*background: url(images/Default-Base/bgmiddle2.png) center repeat-y; */
/*background: url('../images/Watercolour 1.png') top center  ; */
/*background-color: lightgray; */
/* you have to width specified for centering to work */
width: 100%;
/* these next two lines force the div to be aligned centrally within its parent */
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
/*background: url('../SiteImages/Backg/musicbg100.gif') center repeat; */
padding: 0px;
text-align: justify;
float: none;
clear:both;
border:solid;
border-color: #00A0E3;
border-width: 3px; */
}
.siteinfo
{
width:65%;
text-align:center;
margin-left: auto ;
margin-right: auto ;
background-color: white;
margin-top: 5px;
margin-bottom: 5px;
}
#mainfooter td
{
text-align:center;
border-style: 2px double;
}
#mainfooter p {
font-size: 1.2em;
text-align:center;
margin-left: auto ;
margin-right: auto ;
}