/* CSS */

body 
	{
		padding:0px;
		margin:0px;
		overflow:auto;
		background-color: #CCCCCC;
	}
/* conteiner  */
#conteiner
	{
		position:absolute;
		margin-left:-390px;
		margin-top:-230px;
		top:50%;
		left:50%;
		width:780px;
		height:460px;
		z-index:1;
	}
#topo
	{
		position:absolute;
		width:776px;
		height:96px;
		background-position:top;
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		background-image:url(imagens/topo.jpg);
		border-right:2px solid #666666;
		border-top:2px solid #666666;
		border-left:2px solid #666666;
		border-bottom:2px solid #666666;
		z-index:2;
		left: 0px;
	}
#menu
	{
		position:absolute;
		height:327px;
		width:148px;
		top:100px;
		left: 0px;
		background-color: #ffffff;
		border-left:2px solid #666666;
		z-index:3;
	}
#rodape
	{
		position:absolute;
		width:766px;
		height:17px;
		padding:5px;
		bottom:0px;
		background-color: #ffffff;
		border-bottom:2px solid #666666;
		border-right:2px solid #666666;
		border-top:2px solid #666666;
		border-left:2px solid #666666;
		z-index:1;
		left: 0px;
		font-family:verdana;
		font-size:12px;
		color:#000000;
		text-align:center;
		top: 428px;
	}
#conteudo
	{ 
		padding:10px;
		position:absolute;
		width:456px;
		height:307px;
		top:100px;
		left:149px;
		background-color:#ffffff;
		border-left:2px solid #666666;
		overflow:auto;
		z-index:4;
		font-family:verdana;
		font-size:1.1em;
		color:#000000;
		text-align:left;
	}
#foto
	{
		position:absolute;
		bottom:0px;
		left: 2px;
	}
#banner
	{
		position:absolute;
		height:327px;
		width:148px;
		top:100px;
		background-color: #ffffff;
		border-left:2px solid #cccccc;
		border-right:2px solid #666666;
		z-index:3;
		left: 628px;
	}
#paragrafo
	{
		font-family:verdana;
		font-size:30px;
		color:#990000;
	}
#fotobanner
	{
		position:absolute;
		bottom:0px;
		right:2px;
	}
