/* SPLASH ********************************/
body {
	text-align:center;
	padding:0;
  margin:0;   
}
#fullBody{   
	bottom:0;
	position:absolute;
  *position:none;
	margin:0;
	padding:0;
  width:100%;
  height:100%; 
  overflow: hidden;
}
#innerBody{
  width:100%;
  height:100%;
  position:absolute;
  *position:none; 
  margin:0;
  padding:0;
  overflow: hidden;
}
.png{
}
img {
  border:0;
}
.clear{
	clear:both;
}
object{
  padding:0;
  margin:0;
}