
.header
{
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: gray;
}
.item
{
	background-color: fuchsia;
}
.footer
{
	background-color: lime;
}
.altitem
{
	background-color:Olive;
}