/*
	@(#)FileVersion: 730.000.018
	@(#)FileDescription:
	@(#)CompanyName: Meta4 Spain, S.A.
	@(#)LegalCopyright: (c)2009
	@(#)ProductName: PeopleNet 
	@(#)ProductVersion: 
	@(#)InternalName: richstyle.css
	@(#)Date: Mar 2009
*/

/*Definimos el estilo de nuestras páginas*/

body
{
    margin:0px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url('../img/people_silhouette.png');
	background-repeat: no-repeat;
	background-color: #dbddf5;
	background-attachment: fixed;
	background-position:bottom;
}

/*html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }*/
	
#mainContent {
	width:690px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	}
	
	
#tiles_left{
	top:0px;
	left:0px;
	float:left;
}

#tiles_right{
	top:0px;
	right:0px;
	float:right;
}

#logo_PNET8{
	top:0px;
	margin:5px;
}
#logo_meta4{
	margin:5px;
}

#PeopleNet{
	color:#F30;
	font-size:36px; 
	bottom:0px;
	clear:both;
}

#waitLabel{
	text-align:center;
	clear:both;
}

#redirectLabel{
	text-align:center;
	clear:both;
}
/*
#footer{
	text-align:center;
	position:absolute;
	z-index: 10;
    height: 3em;
    margin-top: -3em;
}
*/

