/* CSS Document */
body {
	font-size: small;
	font-family:  "Arial CE", "Helvetica CE", Arial, Verdana, helvetica, sans-serif;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	background: url(img/bg_body.jpg) 0 0 repeat;
}

#foto {
	margin: 0 auto;
	width:1010px;
	height:735px;
	position:relative;
		}
#text
{
	position:absolute;
	margin: 0 0;
	width:300px;
	height:130px;
	left:250px;
	top:20px;
		}
