* { margin: 0; padding: 0; }

body {
	font: 11px Arial, Verdana,  Helvetica, sans-serif;
}

img {
	border: 0px;
}

#container {
	width: 900px;
	background: url('gfx/back_middle.jpg') repeat-y;
	float: left;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -450px;
	padding-bottom: 32px;
}
#top {
	width: 900px;
	background: url('gfx/back_head.jpg') repeat-y;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#bottom {
	width: 900px;
	background: url('gfx/back_bottom.jpg') repeat-y;
	height: 22px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#logos {
	float: left;
	width: 810px;
	margin-top: 40px;
	position: relative;
	left: 45px;
}
#logos .pen {
	float: left;
}
#logos .por {
	margin-top: 50px;
	float: right;
}
#center {
	float: left;
	width: 810px;
	position: relative;
	left: 45px;
	margin-top: 20px;
	text-align: center;
	color: #585858;
	font-size: 24px;
}
#center_under {
	float: left;
	width: 810px;
	position: relative;
	left: 45px;
	margin-top: 20px;
	text-align: left;
	color: #585858;
	font-size: 13px;
}
#center_under p {
	margin-bottom: 8px;
}
#base {
	float: left;
	width: 810px;
	position: relative;
	left: 45px;
	margin-top: 20px;
	text-align: left;
	color: #585858;
	font-size: 10px;
}
#base #base_left {
	width: 430px;
	height: 101px;
	background: url('gfx/base_left.jpg') no-repeat;
	float: left;
	font-size: 13px;
}
#base #base_left p {
	margin-left: 30px;
	margin-top: 10px;
}
#base #base_left .title {
	color: #d70020;
	font-size: 16px;
	margin-top: 20px;
}
#base #base_left .links a {
	color: #d70020;
}
#base #address {
	float: right;
	width: 280px;
}
#base #address #left_ad {
	float: left;
	font-size: 10px;
}
#base #address #right_ad {
	float: right;
	font-size: 10px;
}
#base #address a,
#base #address span {
	color: #d70020;
}
#base #address a:hover {
	text-decoration: underline;
}
