html,body {
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}
body {
    background: #EEF0E4 url(./img/bg_foot.jpg) fixed repeat-x bottom;
	text-align: center;
	font: 12px arial, verdana, sans-serif;
}
a {
    color: #fff;
	text-decoration: none;
}
a.mlink {
	position: absolute;
    width : 122px;
    height: 27px;
    left: 109px;
	line-height: 27px;
    color: #fff;
	text-decoration: none;
}
a:hover {
    color: #C7E90D;
}
#dock {
	position: relative;
	width: 340px;
	height: 450px;
	background: url(./img/dock.jpg) no-repeat;
	margin: 0px auto;
	padding: 0px;
}
#zone1 {
    top: 253px;
}
#zone2 {
	top: 282px;
}
#zone3 {
    top: 323px;
}
#zone4 {
    top: 352px;
}
#zone5 {
    top: 381px;
}
#copy {
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0px;
	text-align: center;
    color: #EEF0E3;
    margin: 0 auto;
}
#cf {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#cf img {
	border: 0;
}
