* {
	margin: 0;
	padding: 0;
}

body, html, #main {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 14px;
	background-color: black;
	color: white;
	background-image: url(../_img/fondo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	border-collapse: collapse;
}

#home {
	width: 1000px;
	margin: 0 auto;
}