body {
	margin: 0;
	padding: 0; 
	background-color: #eee;
	}

#page {
	margin: 10px auto 10px;
	padding: 0;
	width: 600px;
	}

#imaxe {
	padding: 20px;
	background: #eee;
	position: relative;
	top: 150px;
	left: 111px;
	height: 72px;
	width: 377px;
	}

#dock-outerbg {
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	
	position: absolute;
	z-index: 100;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	padding-right: 2px;
	padding-bottom: 1px;
}

#dock-innerbg {
	background-color: #DDDDDD;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	
	width: 100%;
	height: 100%;
}

#dock-title {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	
	position: fixed;
	bottom: 0px;
	width: 200px;
	height: 20px;
	text-align: center;
}

#dock .icon {
	position: absolute;
	bottom: 8px;
	border-width: 0px;
	z-index: 101;
}

#dock {
	position: fixed;
	bottom: 0px;
}

#dock img {
	height: 64px;
	width: 64px;
	border-width: 0px;
	z-index: 101;
}

#balida {
	position: fixed;
	top: 15px;
	right: 10px;
	}

#balida img{
	border: 0px
	}

