/*************************************************/
/******************** EMPRESA ********************/
/*************************************************/


html {
	background: #003 url(../images/bg_html_home.jpg) repeat-x top;
	}

body {
	background: url(../images/bg_body_home.jpg) no-repeat top center;
	}

.sub_body {
	background: url(../images/bg_sub_body_home.gif) repeat-y center;
	}

.main {
	background: url(../images/bg_body_portfolio.jpg) no-repeat top center;
	}

.conteudo {
	background: #FFF url(../images/bg_conteudo_top_portfolio.gif) no-repeat -1px top;
	}

.rodape {
	color: #FFF;
	background: #1D1D9C;
	}

.location {
	background: url(../images/bg_location_portfolio.gif) no-repeat;
	}

#noflash {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -100px;
	background:#FFF;
	padding: 10px;
	border:solid 1px #CCC;
	font: 9px verdana, arial, helvetica;
	width: 200px;
	}
/******************** EMPRESA ********************/