body 
	{
		background-image: url('watermark2.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed
	}

h1
	{
		text-align: center;
		font-family: Arial;
		font-size: 18pt;
		font-weight: 500
	}

div
	{
		position: relative;
        
        margin: 0px auto;
        width: 740px;
		z-index: 30
	}


div.mainbody
	{
		position: absolute;
		text-align: center;
        z-index: 30;
		left: 20px;
		top: 200px;
		width: 740px;
	}
 
a:link     { color:blue}     /* unvisited link */
a:visited  { color:purple }  /* visited link */
a:active   { color:#0000ff } /* selected link */
a:hover    { color:red }     /* mouse over link */
