@charset "UTF-8";

/* CSS Document */

/*
 *   Tripoli is a generic CSS standard for HTML rendering. 
 *   Copyright (C) 2007 David Hellsing
 *   
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/

/*
_______________________________
BASE */

@import url(../tripoli/tripoli.base.css);

/*
_______________________________
PLUGINS */

@import url(../tripoli/plugins/tripoli.visual.css);
@import url(../tripoli/plugins/tripoli.type.css);
@import url(../tripoli/plugins/infinite-carousel.css);



/*
_______________________________
END */

html, body{
background-color:#342C2A;
}

#container{
width:960px;

background-image:url(../images/bg-container.jpg);
background-repeat:no-repeat;
background-position:center -20px;
margin:0 auto;
padding-top:210px;
text-align:center
}

.header{
height:100px;
width:100%;
background-image:url(../images/bg-header.gif);
background-repeat:repeat-x;
text-align:center
}

#btn-listen{

height:70px;
width:237px;
}

.btn-listen:hover{

background-position:0 -70px;

}

.btn-home{
background-image:url(../images/btn-home.gif);
background-repeat:no-repeat;
height:40px;
width:440px;
margin: 150px 0 0 520px;
display:block;
text-decoration:none;
}

.btn-home:hover{

/* background-position:0 -40px; */

}