/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/
 
#main_content
{
    position: relative;
	color: Black;
	height: 430px;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}

#main_text
{
	color: White;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
}

#main_text h1
{
    background: url("/images/bandofhorses_homepage_header.gif") no-repeat top left;
	height: 29px;
}

#main_text h2
{
    font-size: 18px;
}

#main_text a.button
{
    display: block;
    margin-top: 25px;
}

.product_text h2
{
    font-size: 24px;
}

.product_text h2 span
{
    margin-left: -10000px;
}

.product_text h2.fender_package
{
    background: url("/images/heading-package-fender.gif") no-repeat top left;
}

.product_text h2.gibson_package
{
    background: url("/images/heading-package-gibson.gif") no-repeat top left;
}

#home_buy
{
 
    position: static;
}

#home_buy a
{
    background-image: none;
    padding: 0;
}
