#footer {
	text-align: center;
}
body {
	background-color: #903;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.myItem {
	background {
	type: vertical-gradient;
	top-color: red;
	bottom-color: black;
	start: 0%;
	end: 100%;
	}
}
