/*==========================GERAL PARA TODAS AS PAGINAS======================================*/

* {padding:0; margin:0;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	text-align: center;
}

#ladoDireito {
	position: absolute;
	left: 50%;
	width: 50%;
	height: 100%;
	text-align: left;
	background-image: url(../_arte/fundoPaginaModerno.jpg);
	background-repeat: repeat-x;		
	/*border: 1px solid blue;*/
}

#ladoEsquerdo {
	position: absolute;
	right: 50%;
	width: 50%;
	height: 100%;
	text-align: right;
	background-image: url(../_arte/fundoPaginaRustico.jpg);
	background-repeat: repeat-x;	
	/*border: 1px solid red;*/
}

#container {
	width: 700px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -350px;
	position: absolute;
	text-align: center;
}

#container img {
	float: left;
	margin-left: -6px;
	border: 0px;
}