/*GoldenTracks Music About page CSS*/
div#outer
{
	height: 500px;
}

div#content {
	height: 740px;
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
}

div#footer
{
	top: 750px;
}
div#stuff  {
background-attachment:fixed;
background-image:url("images/white-50pct-opaque.png");
background-repeat:repeat;
}
