/* CSS Document */
<style>
   body {
    margin:0;
    padding:0;
    text-align:left;
	float:none;

 }
 #Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 479px;
	top: 30px;
}
#contenedor {
	position:absolute;
	width:916px;
	height:377px;
	z-index:1;
	left: 0px;
	top: 1px;
}
#left {
	position:absolute;
	width:200px;
	height:247px;
	z-index:5;
	left: 0px;
	top: 0px;
}
#right {
	position:absolute;
	width:200px;
	height:368px;
	z-index:4;
	left: 432px;
	top: -3px;
}
#bottom {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 1px;
	top: 249px;
}
#Layer10 {	position:absolute;
	width:266px;
	height:46px;
	z-index:6;
	left: 683px;
	top: 2px;
}
#Layer11 {
	position:absolute;
	width:269px;
	height:19px;
	z-index:7;
	left: 686px;
	top: 65px;
}
#imglink {
	position:absolute;
	background: url(../images/psic.jpg) bottom no-repeat;
	width:213px;
	height:170px;
	z-index:8;
	left: 683px;
	top: -3px;
}
#imglink a span{
	visibility: hidden;
}

#imglink a {
	width:213px;
	height:170px;
	display: block;
	padding: 0;
	border: 0;
	text-decoration: none;
}


    #content {
	text-align: left;
	margin: auto;
	width: 100%;
	height: 450px;
	top:0px;
	left:0px;
 }
   #cabecera {
	width: 100%;
	height: 79px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position:inherit;

 }
   #contenido {
	width: 100%;
	height: 200px;
	background-color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
 }
   #pie {
	clear: both;
	width: 100%;
	height: 76px;
	background-color: #fff;
	background-image: url(../images/bottom1024.gif);
	background-repeat: no-repeat;
	background-position:inherit;

 }
</style>
