body {
  background:#DAD0BF url("bg.gif") repeat-y top center;
	font-family:verdana, san-serif;
	font-size:13px;
	line-height:18px;
	color:#6DA200;
	}


a {color: #9FBAD9; text-decoration:none; font-weight:bold;}
a:visited {color:#9FBAD9; text-decoration:none; font-weight:bold;}
a:hover {color:#9FBAD9; text-decoration:underline; font-weight:bold;}

.container
{
 margin: 0px auto;
 width:600px;
}

.title
{
 position:absolute;
 top:0px;
 width:600px;
 height:300px;
 margin-bottom:10px;
 background: url("top.jpg") no-repeat top center;
}

.spacer
{
 margin-top:320px;
}

*html .spacer
{
 margin-top:300px;
}

p
{
 width:560px;
 margin: 0px auto;
 padding:0px;
}


img
{
  margin-bottom:15px;
}
