* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	margin: 0;
	overflow: hidden;
	background: #2b2b2b;
}

div#contenedor {
	position: relative;
	height: 100%;
	width: 100%;
	color: #444;
}

div#alert {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -215px;
	margin-top: -45px;
	font: normal 14px/14px Arial, Helvetica, Sans-serif;
	width: 400px;
	height: 60px;
	padding: 15px;
	background: #aeaeae;
	/* rounded border */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	/* sahdow */
	-moz-box-shadow: rgba(30,30,30,1) 0 0 30px;
	-webkit-box-shadow: rgba(30,30,30,1) 0 0 30px;
	-khtml-box-shadow: rgba(30,30,30,1) 0 0 30px;
	box-shadow: rgba(30,30,30,1) 0 0 30px;
	/* text shadow */
	text-shadow: rgba(220,220,220,1) 1px 1px 0px;
}

div#alert div#indexed {
	display: none;
	width: 0;
	height: 0;
}
