html {
	background: url(images/background.gif) repeat-x;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#container {
	background-color: #FFFFFF;
	overflow: hidden;
}

#cintillo {
	position: relative;
	top: 8px;	
}

#header img {
	position: relative;
	left: -10px;
	top: 1px;
}

#content1 {
	margin-top: 1em;
}

#footer {
	text-align: center;
	background-color: #908200;
}

#footer p, #footer a {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1em;
}

#footer p {
	margin-top: .5em;
}

