* {	margin: 0px;	padding: 0px;}html {	height: 100%;}body {	height: 100%;	background-color: #000000;	padding-bottom: 50px;	}#foot {	position: relative;	left: 50%;	width: 802px;	margin-left: -400px;	height: 100px;	background-image: url(../images/back_foot.jpg);	background-repeat: no-repeat;	background-position: left top;}#foot p {	position: absolute;	top: 0px;	font-size: 13px;	color: #64C0BD;	right: 10px;	font-family: Verdana, Arial, Helvetica, sans-serif;}#foot p a {	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #64C0BD;	font-size: 13px;	text-decoration: none;	text-transform: none;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #64C0BD;}#foot p a:hover {	color: #FFFFFF;}