@charset "UTF-8";
/* CSS Document */

body {
	background-color:#f5f5f5;
	overflow:hidden;
}

#Pi3Logo {
	position:absolute;
	top:50%;
	left:50%;
	width:292px;
	height:115px;
	margin-left:-146px;
	margin-top:-130px;
	background-image:url(../img/Pidrei_Logo.png);
	display:none;
	cursor:pointer;
}

#APi {
	position:absolute;
	top:50%;
	left:50%;
	width:353px;
	height:103px;
	margin-left:-153px;
	margin-top:300px;
	opacity:0.0;
	cursor:pointer;
}

#APi2 {
	position:absolute;
	top:50%;
	left:50%;
	width:369px;
	height:92px;
	margin-left:400px;
	margin-top:-400px;
	opacity:0.0;
	cursor:pointer;
}

#LPi {
	position:absolute;
	top:50%;
	left:50%;
	width:328px;
	height:108px;
	margin-left:-890px;
	margin-top:-400px;
	opacity:0;
	filter:Alpha(opacity=0);
	cursor:pointer;
}

#Welcome {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	width:900px;
	height:70px;
	margin-left:800px;
	margin-top:250px;
	font-family:Verdana;
	font-size:35px;
	color:#666666;
	opacity:0;
}