body
{
  padding: 0px;
  margin: 0px;
  background: url("../images/portalbackground.jpg") repeat-x;
}

img
{
border: 0;
}

.floatl
{
  position: relative;
  float: left;
}

.floatr
{
  position: relative;
  float: right;
}

.clear
{
  position: relative;
  clear: both;
}

.container
{
  width: 100%;
  height: 100%;
}

.center
{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 943px;
  margin-top: 100px;
  height: 497px;	
  background: url("../images/portalbody.png") no-repeat;
} 

#christenings
{
position: absolute;
top: 167px;
left: 550px;
}

#gifts
{
position: absolute;
top: 273px;
left: 550px;
}


