	* {
		margin: 0;
		padding: 0;
	}
	body {
		margin: 0;
		padding: 0;
        background: #000 url(img/pie.jpg) bottom center repeat-x;
	}
	#stonewall {
		height: 825px;
		width: 100%;
		background: transparent url(img/motivo.jpg) center top repeat;
	}
	#head {
		position: relative;
		height: 175px;
		width: 100%;
		background: transparent url(img/cabecera.jpg) top center no-repeat;
	}
	#marquee {
		position: absolute;
		left: 50%;
		top: 104px;
		margin-left: -500px;
		width: 1000px;
		height: 60px;
		background: transparent;
	}
	#body {
		margin: 0 auto;
		width: 100%;
		height: 650px;
		background: transparent url(img/cuerpo.jpg) top center no-repeat;
	}
	#artefacto {
		position: absolute;
		left: 50%;
		margin-left: -450px;
		width: 900px;
		height: 650px;
		background: transparent;
    }
    #footer {
        height: 175px;
        width: 100%;
        color: #fff;
        /*background: #000 url(img/pie.jpg);*/
        background: transparent;
    }