/* CSS Document */

* {	padding: 0;	margin: 0; }
html { overflow-y:scroll; }
html, body { height:100%; }
* html #container { height: 100%; }
.clearfix:after { content: "."; display: block;  clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; } 
html[xmlns] .clearfix { display: block; } 
* html .clearfix { height: 1%; }

body
{
	/*
	CONFIG NORMAL
	background-position:top left;
	background-color:#000000;
	*/
	/*
	CONFIG DIA DOS PAIS
	*/
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#EDEDED;
}

#splash { position:absolute; top:50%; margin-top:-203px; left:7%;  }

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
 
.clearfix {
   display: inline-block;
}
 
html[xmlns] .clearfix {
   display: block;
}
 
* html .clearfix {
   height: 1%;
}

#container
{
	margin:0;
	min-height:100%;
	width:100%;
}

#header
{
	height:40px;
	width:100%;
	background-color:#000000;
	display:inline-block;
}

#footer
{
	height:100px;
	width:100%;
	background-image:url(../images/bg_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
}

#phImage
{
	display:inline-block;
	background-color:#036;
	height:100%;
	width:100%;
}

.center
{
	width:765px;
	margin:10px auto 0 auto;
	height:40px;
}

.menu
{
	font-family: "Century Gothic";
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.menu a:active {
	text-decoration: none;
}
