body {
    background:url(bg.jpg) #fff center fixed no-repeat;
    font: 16px Helvetica,Arial,sans-serif;
}

#box {
	border:#F00 solid 0px;
	width: 1000px;
	height:550px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
    margin-top: -275px;
	
}

#txt {
	position:absolute;
	color: #4D4D4D;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:450px;
	width:540px;
	height:550px;
	float:right;
	margin-right:15px;
	border: 0px solid #F60;
}

#esq {
	height:0px;
	float:left;
	text-align:right;
	margin-left:80px;
	margin-top: 20px;
}

#dir {
	height:0px;
	width:240px;
	float:right;
}

span {
	font-size:11px;
}

#clear {
	clear:both;
	height:45px;	
}

#titulo {
	border: 0px solid #F00;
	float:right;
	height:150px;
	margin-right:20px;
	margin-top:7px;
	}

#comp {
	border: 0px solid #000;
	float:right;
	width:250px;
	margin-right:20px;
	}



#face {
	border: 0px solid #000;
	width:160px;
	height: 30px;
	float:left;
}

#menu1 {
	width: 370px;
	height: 30px;
	border: 0px solid #000;
	float:left;
	background:url(menu1.png) no-repeat;
}

#menu1 p {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	padding:0px 58px 0px 0px;
	}
	
#menu1 p a {
	color: #999;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

#menu1 p a:hover {
	color: #528BC4;

}

#menu2 {
	width: 370px;
	height: 30px;
	border: 0px solid #000;
	float:left;
	background:url(menu2.png) no-repeat;
}

#menu2 p {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	padding:0px 58px 0px 0px;
	}
	
#menu2 p a {
	color: #999;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
}

#menu2 p a:hover {
	color: #528BC4;

}

#img {
	margin-top:15px;
	margin-left: 30px;
	border: 0px solid #000;
	float:left;
}

#autor {
	margin-top:5px;
	border: 0px solid #000;
	float:left;
	padding: 0 0 0 30px;
	width: 320px;
}