/* Main CSS */

/* ---------------------------------------*/

	html, body {
		margin:0;
		padding:0;
		}

	body {
		background-color:  #dadbdd;
		text-align: center;
		}

/* ---------------------------------------*/


	#containermain {
		margin:0 auto;
		position:relative;
		height:1050px;
		width:1000px;
		clear:left;
		text-align: left;
		background-color: #ffffff;
		}
		
	

	#containerprivacy {
		position:absolute;
		top:15px;
		left:15px;
		height:95px;
		width:970px;
		clear:left;
		background-color:#fff;
		text-align: left;
		}
	

		


/* ---------------------------------------*/

img {border-style: none;}
		
	