	
body {
	background: #a8a8a8;
	color: #444444;
	font-family: Helvetica, Lucida Grande, Arial, sans-serif, "century gothic", Verdana;
	font-size: 75%;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
 
}

#wrapper {
    width: 800px;
    margin: 0px auto 5px;
}


#header {
    margin: 0;
    padding: 5px 0 5px;
}



#footer { 
    margin: 5px auto; /* It's important to set the margin to auto if you want the layout to center */
	clear: both; 
	    text-align: left;
}

#soundcloud {
	width: 9%; float: right;
	}

#preload { display: none; }


/* End Structure */


a img 
{
            border: none;
}

a {

            outline: none; /* Removes Firefox imposed outline */
}


a:link 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a:visited 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
  
  a:hover 
{
	text-decoration: underline;
	color: #ededed;
	font-weight: normal;
}


a:active 
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}


.big 
{
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	line-height: 20px;
}




#squares {

      width: 800px;

}
