/*
body {
	background-color: #bd5500;
	background-image: url(../img/bg2.png);
	background-position: 30% 30%;
}

#container {
	width: 780px;
	height: 150px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -366px;
	margin-top: -76px;
	background-color:#fff;
	border: 2px solid #eee;
}

#foto {
	width: 100px;
	height: 100px;
	position:relative;
	top: 50%;
	left: 25px;
	margin-top: -50px;
	background: #eee;
	border: 1px double #ccc;
	padding: 2px;
}

#text {
	position: relative;
	left: 150px;
	margin-top: -35px;
}

	#text h1 {
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: -2px;
		font-size: 60px;
		color: #666;
	}
	
	#text h2 {
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: -2px;
		font-size: 32px;
		color: #999;		
	}
*/
#container {
	margin: 50px 90px;
}

h1 {
	font-size: 32px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	width: 500px;
	padding: 20px;
}

	h1 strong {
		font-weight: bold;
		color: #bd5500;
	}

p {
	display: block;
	font-size: 24px;
	color: #666;
	margin: 50px;
	width: 400px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	line-height: 1.2em;
}

	p a {
		text-decoration: none;
		color: #bd5500;
		font-weight: bold;
	}