/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color: #000000;
		background-image: url(../img/fondo.jpg);
		background-repeat: repeat-x;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-265px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:530px;
		width:970px;
		clear:left;
		}
		#skip{
		text-align:center;
		margin-top:10px;
		}
		
		
		#skip a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		color:#eeeeee;
		text-decoration:none;

		}
		