
#Footer{
	background-image: url("img/bottom_pattern.gif");
	background-repeat: repeat-x;
    background-position: left top;
    height: 56px;
    width: 100%;
    float: left;
    margin: 0px auto;
    padding-top: 100px;
}

#Bottom{
    height: 32px;
    width: 962px;
	background: url('img/footer-background.png') repeat-x left top;
	text-align: center;
	line-height: 32px;
	clear: left;
	margin: 0px auto;
	font-family: arial;
	font-size: 12px;
	color: white;
}

#Bottom a{
	text-decoration: none;
	color: white;
}

#Bottom a:hover{
	text-decoration: underline;
}
