
body {
	background-color: #40638e;
	background: url(http://www.towertech.it/site/themes/2011/xmas/starback2.jpg);

	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;

}

#happynew {
	display: block;
}

#background {
	position:	fixed;
	z-index:	-100;
	width:		100%;
	height:		100%;
	float:		left;
	bottom:		0;
	background-color: rgb(5,20,63);
	display:	none;
}

#footer {
	background: white url(http://www.towertech.it/site/themes/2003/xmas/images/snowflakes3.gif);
	border-color: red;
}

#page {
	background: white url(http://www.towertech.it/site/themes/2003/xmas/images/xmas2.jpg) no-repeat left bottom;
}

#extra-footer-row {
	min-height: 50px;
}

.breadcrumb {
        background: white url(http://www.towertech.it/site/themes/2003/xmas/images/snowflakes3.gif);
}


.navbar-item.selected a {
	color:	#cf1b23;
}

.navbar-item a:hover {
	color:	#cf1b23;
}
                                                                                                                
div#menu-links span:first-child {
        background: #cf1b23;
}

