BODY {
	margin						: 0px;
	background-color			: #E8DE41;
	overflow					: hidden;
}

#centro {
	position					: absolute;
	top							: 50%;
	width						: 100%;
	height						: 1px;
}

#estrutura {
	position					: relative;
	top							: -226px;
	width						: 100%;
	height						: 256px;
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background					: url(imagens/pinup_03.jpg);
	background-repeat			: no-repeat;
	background-color			: #FFFFFF;
	background-attachment		: fixed;
	overflow-y					: scroll;
}

#logo {
	position					: relative;
	top							: -222px;
	left						: 200px;
	float						: rigth;
}

#pinup_topo {
	position					: relative;
	top							: -222px;
	left						: 0px;
}

#pinup_rodape {
	position					: relative;
	top							: -227px;
	left						: 0px;
}

.menu {
	position					: relative;
	width						: 370px;
	top							: -295px;
	left						: 120px;
	float						: rigth;
	text-align					: right;
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:ACTIVE,A:LINK,A:VISITED {
	color						: #FF0000;
	text-decoration				: none;
	cursor						: hand;
	margin						: 4px;
}

A:HOVER {
	color						: #000000;
	text-decoration				: underline;
	cursor						: hand;
	margin						: 4px;
}

.texto {
	width						: 400px;
	position					: relative;
	left						: 390px;
	text-align					: left;
	padding						: 16px;
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height					: 14px;
}

H1 {
	font						: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight					: bolder;
	margin-top					: 0px;
	margin-bottom				: 12px;
}

#front H1 {
	width						: 55%;
	margin-bottom				: 0px;
	float						: left;
}

H3 {
	font-size					: 10px;
	font-weight					: normal;
	font-style					: italic;
	display						: inline;
}

#front BR {
	clear						: left;
}

.borda {
	border						: 1px solid #666666;
}

.texto #autor {
	font						: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height					: 14px;
	color						: #FF0000;
}

#anteriores A {
	width						: 45%;
	text-align					: center;
}

HR {
	height						: 1px;
	color						: #666666;
}

