* {
	margin: 0;
}
html, body {
	height: 100%;
}
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
#Pusher {
	height: 120px;
}
#Footer {
	height: 100px; /* .push must be the same height as .footer */
	background: url(/img/big-line.gif) repeat-x 0 bottom;
}

#FooterContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #fc3;
	overflow: auto;
	padding-top: 10px;
}

#Footer p,
#Footer li {
	font-size: 12px;
	line-height: 20px;
}

#Footer p a,
#Footer li a{
	font-size: 10px;
}

#Footer #Copyright {
	display: inline;
	float: left;
	width: 300px;
	height: 60px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(/img/angrycat.gif) no-repeat 0 center;
}

#Footer #Copyright p {margin: 0 0 0 80px;}