body {
	background-color: #FFFFFF;
	margin: 0; 
    text-align: center;
}
.container {
        width: 250;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* circle */

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 12px 6px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(circle.gif) no-repeat bottom center;
}

.principal {
     margin-top:50px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     }

#Layer1 {
	position: absolute;
	left: 125px;
	width: auto;
	height: 450px;
	z-index: 1;
	vertical-align: middle;
	border:'0';
	}
	
#Layer2 {
	position: absolute;
	left: 625px;
	width: 136px;
	height: 155px;
	z-index: 2;
	vertical-align: middle;
	}
	
#Layer3 {
	position: absolute;
	left: 625px;
	top: 220px;
	width: 136px;
	height: 244px;
	z-index: 3;
	vertical-align: middle;
	}
	
#Layer4 {
	position: fixed;
	left: 625px;
	top: 442px;
	width: 136px;
	height: 25px;
	z-index: 4;
	vertical-align: middle;
	}

#Layer5 {
position: fixed;
left: 125px;
top: 442px;
width: 136;
height: 25px;
z-index: 5;
vertical-align: bottom;
}