#flash{
	position:absolute;
	width:760px;
	top:0px;
	left:50%;
	margin-left:-380px;
	z-index:2;
	background-color:#53565F;
	background-image:url(logo01.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
body{
	background-position:center;
	background-color:#000;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
	z-index:-10;
}
a:link {color: #000000;}
#shadow{
	position:fixed;
	width:780px;
	height:100%;
	top:0px;
	left:50%;
	margin-left:-390px;
	z-index:0;
	background-image:url(bg2.png);
	background-position:center;
	background-repeat:repeat-y;
}
#ramen {
width: 100px;
position:fixed;
bottom:10px;
right:10px;
z-index:0;
}
#contador{
	width:100px;
	position:fixed;
	right:0px;
	top:0px;
	z-index:-1;
}
#tapa{
	width:100px;
	position:fixed;
	right:0px;
	top:0px;
	z-index:0;	
}