* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}

body{
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color:#000;
	color:#333;
	padding:0;
	text-align:center; /* horizontal centering for IE Win quirks */

}


/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0;
	padding:0;
}

h1, h2, h3{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a img,:link img,:visited img{
	border:none;
}

ul,ol{
	list-style:none;
}

acronym, abbr {
	border-bottom: 1px dotted #FF9900;
	cursor: help;
}

/*------ Semantica ------*/
h1{
	font-size:1.3em;
	margin-bottom:.5em;
	width:400px;
	color:#000086;
}

p{
	font-family: Arial, sans-serif;
	font-size:.7em;
	line-height:1.5em;
}

a{
	text-decoration:underline;
	color:#000086;
}

a:hover, a:focus{
	text-decoration:none;
}

#distance {
		float:left;
		width:1px;
		height:50%;
		padding:0;
		background-color:#333;
		margin-bottom:-200px; /* half of container's height */
}


#contenedor{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	height:400px;
	width:580px;
	background:#000;
	background-position:right;
}

#contenedor img{
margin-top:30px;
}