#site{
	width:994px;
	position:relative;
	left:50%;
	margin-left:-497px;
	height: 1255px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top center;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}




* {
    list-style: none;
}
#menu {
	position:absolute;
	left:-15px;
	top:-12px;
	width:1069px;
	height:80px;
}
#menu ul li { 
    float: left;
    margin-left: -10px;
}

#menu ul li#btn_home {
    background: url(images/menu/home.png) no-repeat top center;
}
#menu ul li#btn_home:hover {
    background: url(images/menu/home_hover.png) no-repeat top center;
}

#menu ul li#btn_historia {
    background: url(images/menu/historia.png) no-repeat top center;
}
#menu ul li#btn_historia:hover {
    background: url(images/menu/historia_hover.png) no-repeat top center;
}

#menu ul li#btn_lojas {
    background: url(images/menu/lojas.png) no-repeat top center;
}
#menu ul li#btn_lojas:hover {
    background: url(images/menu/lojas_hover.png) no-repeat top center;
}

#menu ul li#btn_cardapio {
    background: url(images/menu/cardapio.png) no-repeat top center;
}
#menu ul li#btn_cardapio:hover {
    background: url(images/menu/cardapio_hover.png) no-repeat top center;
}

#menu ul li#btn_noticias {
    background: url(images/menu/noticias.png) no-repeat top center;
}
#menu ul li#btn_noticias:hover {
    background: url(images/menu/noticias_hover.png) no-repeat top center;
}

#menu ul li#btn_delivery {
    background: url(images/menu/delivery.png) no-repeat top center;
}
#menu ul li#btn_delivery:hover {
    background: url(images/menu/delivery_hover.png) no-repeat top center;
}

#menu ul li#btn_faleconosco {
    background: url(images/menu/fale.png) no-repeat top center;
}
#menu ul li#btn_faleconosco:hover {
    background: url(images/menu/fale_hover.png) no-repeat top center;
}

#menu ul li#btn_home a {
    display: block;
    height: 68px;
    width: 117px;
    text-indent: -5000px;
}
#menu ul li#btn_historia a {
    display: block;
    height: 68px;
    width: 146px;
    text-indent: -5000px;
}
#menu ul li#btn_lojas a {
    display: block;
    height: 68px;
    width: 122px;
    text-indent: -5000px;
}
#menu ul li#btn_cardapio a {
    display: block;
    height: 68px;
    width: 153px;
    text-indent: -5000px;
}
#menu ul li#btn_noticias a {
    display: block;
    height: 68px;
    width: 143px;
    text-indent: -5000px;
}
#menu ul li#btn_delivery a {
    display: block;
    height: 68px;
    width: 153px;
    text-indent: -5000px;
}
#menu ul li#btn_faleconosco a {
    display: block;
    height: 68px;
    width: 191px;
    text-indent: -5000px;
}

