@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/fondo.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

#container{
	margin: 0px auto;
	padding: 0;
	width: 800px;
	height: auto;
	position: inherit;
	background-color: #FF8A00;
}
