body
{
  padding: 0px;
  margin: 0px;
}

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: 750px;
  height: 100%;	
} 

.box1
{
  padding-top: 30px;
}

.box2
{
  padding: 20px 0px;
}

.box4
{
  padding: 10px 0px;
}

.box4 a
{
  display: block;
  width: 750px;
  height: 110px;
  background: url("../images/bottom.jpg");
}

.box4 a:hover
{
  background: url("../images/bottom_rollover.jpg");
}