﻿/* Acoustic-Blues CSS */

/* Center Page */

Body img {
border: 0px;
}


a {
text-decoration: none;
  outline: none;

}

a:active
{
  outline: none;
}


body    {
    text-align: center;
    position: relative; 
    background-color:#001c39!important;
    
    }

#bodyCenter    {
    width: 800px;
    height: 601px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top:-4px;

}

#image    {
    width: 800px;
    height: 601px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border:none;
    
}


#scroller    {
    width: 800px;
    height: 601px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.ScrollerStyle {
	font-family:"Franklin Gothic Medium";
	font-size:18pt;
	font-weight: bold;
	color:#f6d22a;
	
}


.links {
	font-family:"Comic Sans MS";
	font-size:14pt;
	font-weight:Bold;
	color: #ffffff;
	text-align:center;		
}

.links a:hover{
	font-family:"Comic Sans MS";
	font-size:14pt;
	font-weight:Bold;
	color: #f6d22a;
	text-align:center;	
	
}


.mp {
	text-align: right;
}

.background  {
	background-color:gray;
	filter: alpha(opacity=50);
}
