/* CSS Document */

/* GENERAL -------------------------------------------------------------------- */
* 
{ 
	padding: 0;
    margin: 0; 
}


html, body 
{
    height: 100%;
}


body 
{
	width:500;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#797979;
	font-size:75%;
	height: 100%;
	
}

#rightcontent
{
	display:none;
}

.hidden, #public_navigation
{
	display:none;
}

#logo_contact
{
	width:100%;
	height:55px;
}
#logo_contact #logo
{
	width:270px;
}
#logo_contact #contact
{
	width:142px;
}

