body {
	background-image: url(../img/fondo.png);
	background-repeat: repeat;
	background-color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Constantia", sans-serif;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: center;
}

#header h1 {
	font-size: 50px;	
	text-shadow: 2px 2px #89866c;
	color: #eaeaea;
}

#date {
	left: 5px;
	position: absolute;
	top: 5px;
	padding-top: 2px;
	padding-left: 24px;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../img/calendar.png);
	color: white;
	font-size: 12px;
}

#news {
	position: relative;
	font-size: 20px;
	background-color: #474743;
	color: #fff440;
	border-color: #7a8382;
	border-style: solid;
	border-width: 1px;
	width: 450px;
	margin: 0px auto;
	padding: 20px;
}

#footer {
	right: 15px;
	bottom: 0px;
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

