/*main body css*/
body		{

	background-color:#5e5e5e;
	text-align:center;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;

}

p			{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#ffffff; 

}

a:link 		{

	color:#ffffff;

}

a:visited	{

	color:#ffffff;

}

#container {

  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;

}


#content {

  width: 310px;
  height: 56px;
  margin-left: -155px;  /***  width / 2   ***/
  position: absolute;
  top: -28px;          /***  height / 2   ***/
  left: 50%;

}
