@charset "utf-8";

body {
	width: 1024px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(image/background.jpg);
	background-attachment: fixed;
	background-position: center;
}
#container {
	width: 1048px;
}
#main {
	width: 1044px;
	height: 547px;
	background-color: #000; 
	border-radius: 12px 12px 0px 0px;
}
#footer {
	height: 140px;
	width: 1044px;
	margin-top: 12px;
}
#augustinho {
	color: #FFF;
	width: 242px;
	height: 120px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px 0px 0px 12px;
	background: #000;
	float: left;
}
#adriana {
	color: #FFF;
	width: 242px;
	height: 120px;
	margin-left: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px 0px 0px 0px;
	background: #000;
	float: left;
}
#andrezza {
	color: #FFF;
	width: 242px;
	height: 120px;
	margin-left: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px 0px 0px 0px;
	background: #000;
	float: left;
}
#augusto {
	color: #FFF;
	width: 242px;
	height: 120px;
	margin-left: 12px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 0px 0px 12px 0px;
	background: #000;
	float: left;
}
.name-text {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
    text-align: center;
}
.oab-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
.mail-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-align: center;
}
