body {
	background: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #D9D9D9;
}

#page {
	width: 900px;
	z-index: 1;
	position: relative;
	margin: 0 0 0 20px;
}

.h1 {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	margin: 20px 20px 0 0px;
	width: 500px;
	float: left;
	clear: both;
}

.h1 p {
	text-align: left;
	font-family: Palatino, Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 60px;
	line-height: 40px;
	margin: 30px 0 30px 0;
}

.titulo {
	width: 300px;
	float: right;
}

.logo {
	width: 200px;
	float: left;
}

img.center {
	display: block;
	margin: 0 auto;
}

img#logo {
	width: 150px;
	height: 150px;
	margin: 10px 0 0 0px;
}

.content {
	width: 500px;
	clear: both;
	float: left;
	font-size: 18px;
	line-height: 10px;
}

p.big {
	font-size: 22px;
}

p.small {
	font-size: 12px;
	color: #ccc;
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
