html, body {
	font-size: 62.5%; /* = 10px */
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border:0;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px;   /* 50% */
	}
}
#container {
	width: 760px;
	margin: 0 auto;	
	position: relative;
}
#buttons_home {
	margin: 150px auto;	
	width: 580px;
	text-align: center;
	font-size: 2.5em;
}
.button {
	width: 280px;
	height: 300px;
	text-align: center;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #7f0110;
	margin-bottom: 50px;
}
.button img {
	padding: 10px;
}
#header {
	width: 755px;
	height: 236px;	
	float: left;
}
#content {
	width: 485px;
	height: auto;	
	float: left;
	margin-top: 15px;
}
#fotos {
	width: 275px;
	height: auto;	
	float: left;
	text-align: center;
	margin-top: 15px;
}
#fotos img {
	margin-bottom: 15px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	color: #7f0110;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	color: #7f0110;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	color: #333333;
	line-height: 1.5em;
}
a {
	text-decoration:underline;
	color: #7f0110;
}
a:hover {
	text-decoration:none;
	color: #7f0110;
}