body {
  background:#FFFFFF url("bg.gif") repeat-y top center;
	font-family:verdana, san-serif;
	font-size:13px;
	line-height:18px;
	color:#4A0001;
	}


a {color: #34918F; text-decoration:none; font-weight:bold;}
a:visited {color:#34918F; text-decoration:none; font-weight:bold;}
a:hover {color:#34918F; text-decoration:underline; font-weight:bold;}

.container
{
 margin: 0px auto;
 width:600px;
}

.title
{
 position:absolute;
 top:0px;
 width:600px;
 height:270px;
 margin-bottom:10px;
 background: url("top.jpg") no-repeat top center;
}


.spacer
{
 margin-top:265px;
}

*html .spacer
{
 margin-top:250px;
}

p
{
 width:540px;
 margin: 15px auto;
 padding:10px 10px 10px 10px;
}

