html, body
{
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}


#content {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 800px;
	height: 800px;
	margin-left: -400px;
	background-image: url(../Img/transforma.jpg);
    }
	
#vieja {
	position: absolute;
	left: 200px;
	top: 720px;
	width: 150px;
	height: 20px;
    }
	
#nueva {
	position: absolute;
	left: 370px;
	top: 720px;
	width: 200px;
	height: 30px;
    }