/**
	COMMON STYLEDEFINITIONS								
*/
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	padding: 0; 
	margin: 0; 
	border: 0;
	background-color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF; 
	text-align: center;
}

/**
	COMMON CONTENT STYLEDEFINITIONS
	CONTENTWRAPPER / MAINCONTENT / FOOTER / INFOS
*/
#contentwrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#maincontent {
	position: absolute;
	width: 900px;
	height: 600px;
	margin-top: -150px;
	margin-left: -225px;
	top: 50%; 
	left: 50%;
    text-align: left; 
	background: url(../images/picar-signature.png) no-repeat top left;
	transform: scale(.5);
  	transform-origin: 0 0;
}