body {
	font-family : Tahoma, Arial;
	font-size : 11px;
	font-style : normal;
	line-height : 14px;
	color : #ffffff;
	background-color: #A31212;
	background-image: url(back.jpg);
	background-repeat: repeat-x;}
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family : Tahoma, Arial;
	font-size : 11px;
	font-style : normal;
	line-height : 14px;
}

.opacity {
	filter:alpha(opacity=40); 
}

h5 {
	font-family : Tahoma, Arial;
	font-size : 15px;
	font-style : normal;
	line-height : 14px;
	color : #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.foto {
	width:450px;
	padding:15px;
	background-color: #fff;
}
