body,html { height:100%;margin:0 }

#roundto {
  position: absolute;
  width: 600px;
  height: 600px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -240px;
  font:40px sans-serif;
  z-index: 10;
  background: url(/images/bigc.gif) no-repeat top left;
}

#roundtoimage {
  position: absolute;
  width: 600px;
  height: 600px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -240px;
  z-index: 9;
}

#roundto_wait {
	position: absolute;
	width: 600px;
	height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -240px;
	background: #FFFFFF url(/images/loader.gif) no-repeat center center;	  
	z-index: 8;
}

#roundtobg{
	position: absolute;
	width: 600px;
	height: 600px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -240px;
	background: #FFFFFF url(/images/bg.gif) no-repeat center center;
	z-index: 7;
}

#roundto div.pf{
	position: absolute;
	top: 0px;
	z-index: 20;
}
 
#roundto div.pictureframe{
	position: relative;
	top: 0px;
	width: 100%;
}

#roundto div.pictureabs{
	position: absolute;
	background: url(/images/name.gif) no-repeat top left;
	text-align: left;
	top: -30px;
	left: 100px;
	width: 200px;
}

.pictureabs p{
	margin-left: 65px;
	margin-top: 20px;
	margin-bottom: 18px;
	font: 18px sans-serif;
}

#roundto div.roundframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 97px;
	background: url(/images/smallc.gif) no-repeat top left;
}

#iflickit{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#footer{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 230px;
	font: 10px Verdana;
}

#footer h1{
	font: 10px Verdana;
}