/*
// Site : RDigitale
// Date	: 2010-07-20
*/

html
{
	height            : 100%;
	overflow          : hidden;
}

body
{
 	height				    : 100%;
 	margin				    : 0;
	padding				    : 0;
	background-color 		: #ffffff;
}

#main
{
  color 			      : #000000;
  position          : absolute;
  top               : 50%;
  left              : 50%;
  margin            : -70px auto auto -250px;
  text-align:center;
  font-family: "Helvetica";
}

h1,h2{ font-size:1.6em; font-weight:normal; color:#666666; text-transform:uppercase; padding:0; margin:0; }
h2 { font-size:1.2em; }