html, body {
	margin:					0;
	padding:				0;
	height:					100%;
	overflow:				hidden;
	background-color: 		#FFFFFF;
}

#arthica {
	width:					100%;
	height:					100%; 
	min-height:				100%;
}

a#flash {
	width:				419px;
	height: 			25px;
	display:			block;
	margin:				auto;

	background-image: url(../imagenes/prehome/logo5.jpg);
}

a#flash:hover {

	background-image: url(../imagenes/prehome/logo5Over.jpg);
}

#contenido {
	position:absolute;
	width:600px;
	left:-1000px;
}
