@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	background-image:url(../images/bkgpage.png);
	background-repeat:repeat-x;
	background-color:#3f724d;
	font-family:Arial;
}

html,body {
	height:100%;
}

/* Hack para IE 6 */
* html #container {
	height:100%;
}

#container {
	min-height: 100%;	
}

#header {
	width:100%;
	height:120px;
	text-align:center;
	position:absolute;
}

#flash {
	width:auto;
	height:auto;
}

#footer {
	width:100%;
	height:40px;
	margin-top:-40px;
	position:relative;
}
#footer p {
	margin:0;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;	
}
#footer p span {
	margin:0;
	text-align:center;
	font-size:11px;
	color:#f2e8b7;
}