/*footer start*/
#footer {
	background: #000 url('images/footer.jpg') no-repeat bottom center;
	height: 103px;
	border: none;
	margin: 20px auto;
	clear: both;
	color: #bbb;
	}
#footer a{
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px dashed #bbb;
	}
#footer a:hover {
	font-size: 1.1em;
	padding: 2px;
	background: url('images/hover.png') repeat top;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer p {
	padding-top: 50px;
	text-align: center;
	line-height: 16px;
	}
/*footer end*/