/******************************************************/
/******************************************************/
/* CSS WORDPRESS CAPOMANNU */
/* © notrealStyle 2008 */ /* §(:)§ */
/* random img */
/******************************************************/
/******************************************************/

#header {
background-image: url(images/bg_header_1.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}
#logo {
background-image: url(images/title_1.jpg);
background-position: bottom center;
background-repeat: no-repeat;
}

/***************************** navigazione */
#navbar{
background-image: url(images/bg_menu_1.jpg);
background-position: center center;
background-repeat: no-repeat;
}
#navbar ul li a{
border-right: 1px solid #ffffff;
color: #ffffff;
padding: 0 5px 0 5px; margin:0;
text-decoration: none;
font-variant: small-caps;
}
#navbar ul li a:hover{
color:#ffffff;
text-decoration: underline;
}

/***************************************************** content */
#containerImg {
background-image: url(images/1.jpg);
background-position: 0 0;
background-repeat: no-repeat;
}

/***************************************************** footer */
#containerFooter {
/* hr sopra */
background-image: url(images/hr_footer_1.jpg);
background-position: top left;
background-repeat: no-repeat;
}

