/*-----------------------------------------------------------*/
/*   Author:   Igor Serraino                                 */
/*   Copyright: 2007, Igor Serraino                          */
/*   Date:     July 2007                                     */
/*   Homepage: wwww.serraino.it                              */
/*-----------------------------------------------------------*/


*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:900px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	margin-top: -250px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.page-container img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.counter {
	font-family: "Times New Roman", Times, serif;
	visibility: hidden;
	position: fixed;
	overflow: hidden;
}
