body {

      margin:0;

}

/* indexing */

#wrapper {

	text-align: left;

	margin: auto;

	width: 569px;

	height: 900px;

  	position: relative;

}

#logo{

	position: absolute;

	background:url(../images/logo.jpg) no-repeat;

	top: 50px;

	width: 450px;

	height: 150px;

	text-align: center;

	float: left;


}

#foto{

	position: absolute;

	top: 240px;

	float: left;

}

#left{

	position: absolute;

	background-image: url(../images/left.jpg);

	top: 710px;

	left: 180px;

	width: 44px;

	height: 43px;

	float: left;

}

#right{

	position: absolute;

	background-image: url(../images/right.jpg);

	top: 710px;

	right: 180px;

	width: 44px;

	height: 43px;

	float: right;

}

#enter{

	position: absolute;

	top: 712px;

	left: 227px;

	width: 117px;

	height: 42px;

}


