*, html
	{
		margin:				0;
		padding:			0;
	}
	
	body
	{
		margin:				0;
		padding:			0;
		overflow:			hidden;
		background-image:	url("../img/pattern.gif");
	}

	#stripe
	{
		position:			absolute;
		margin:				0;
		padding:			0;
		width:				100%;
		height:				250px;
		top:				50%;
		left:				0%;
		margin-top:			-125px;
		/*background: 		url("../img/stripe.png") repeat-x;*/
		z-index: 			0;			
	}

	#circulo
	{
		position:			absolute;
		width:				450px;
		height:				450px;
		top:				50%;
		left:				50%;
		margin-top:			-235px;
		margin-left:		-211px;
		background: 		url("../img/circulo.png") repeat-x;
		z-index:			2;	
	}

	/*
	#tuVidaEsHoy
	{
		position:			absolute;
		width:				388px;
		height:				66px;
		top:				50%;
		left:				50%;
		margin-top:			76px;
		margin-left:		100px;
		z-index:			0;
	}
	*/

	#animation
	{
		position:			absolute;
		width:				100%;
		height: 			100%;
		/*top:				50%;
		left:				50%;
		margin-top:			-283px;
		margin-left:		-499px;*/
		z-index:			3;
	}
	
	#evax
	{
		position:			absolute;
		width:				80px;
		height:				27px;			
		top:				100%;
		left:				100%;
		margin-top:			-27px;
		margin-left:		-80px;
		outline-style: 		none;
		z-index:			10;
	}