body { 
	background: #e4e2e2 url(images/body_bg.png) repeat-x; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 18px;
	padding: 0; 
	margin: 0; 
	color:#000000;
}


#header { 
	height: 15px;
	background: transparent url(images/header_bg2.png) no-repeat 0 bottom;
	width: 100%;
}

#container {
	width: 1050px;
	height: 420px;
	margin: 0 auto;
}

#content {
	width: 100%;
	height: 100%;
	background-image: url(images/main_bg.png);
	margin: 0 auto;
}

#textehome {
	position: absolute;
	padding-left: 20px;
	width: 950px;
	text-align: justify;
	top: 250px;
	font-size: 14px;
}

#imagedisclaimer {
	width: 950px;
	height: 160px;
	margin-left: 20px;
	text-align: center;
	position: absolute;
}

#texteenter {
	font-size: 32px;
	margin-right: 100px;
	margin-top: 40px;
}

#footer {
	width: 1050px; 
	height: 22px;
	background-image: url(images/footer_bg.png);
}

#textehome h1 {
	font-size: 14px;
}


