body
{ 
background: #69F url('images/rightcorner.png') no-repeat fixed bottom right; 
}
a {
	color: #039;
}
{
text-align:center;
}

#container {
margin: 0 auto;
}

	.boxtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:598px;	
		height:62px;	
		/*set the image as a background*/	
		background-position:center top;	
		background-repeat:no-repeat;	
		background-image:url(images/top.png);	
	}	
	.boxtop2{	
		/*make this the same size as the top image*/	
		display:block;	
		width:598px;	
		height:62px;	
		/*set the image as a background*/	
		background-position:center top;	
		background-repeat:no-repeat;	
		background-image:url(images/top2.png);	
	}	
	.boxtop3{	
		/*make this the same size as the top image*/	
		display:block;	
		width:598px;	
		height:62px;	
		/*set the image as a background*/	
		background-position:center top;	
		background-repeat:no-repeat;	
		background-image:url(images/top3.png);	
	}	
	.boxtop4{	
		/*make this the same size as the top image*/	
		display:block;	
		width:598px;	
		height:62px;	
		/*set the image as a background*/	
		background-position:center top;	
		background-repeat:no-repeat;	
		background-image:url(images/top4.png);	
	}	

	.boxtop5{	
		/*make this the same size as the top image*/	
		display:block;	
		width:598px;	
		height:62px;	
		/*set the image as a background*/	
		background-position:center top;	
		background-repeat:no-repeat;	
		background-image:url(images/top5.png);	
	}	

	.topcontent{	
		/*set the font style for the box title*/	
		font-family:arial;	
		font-size:16pt;	color:black;	
		/*shift the title down a bit and center it*/	
		padding-top:40px;	
		text-align:center;	
	}	
	.boxbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:598px;	
		/*set the image as a background*/	
		background-position:center bottom;	
		background-repeat:no-repeat;	
		background-image:url(images/bottom.png);	
	}	
	.maincontent{	
		/*set the font style for the main content*/	
		color:black;	
		font-family:arial;	
		font-size:11pt;	
		display:block;	
		/*align the main content nicely*/	
		padding-left:40px;	
		padding-bottom:40px;	
		padding-right:30px;	

}
img
{  border-style: none;
}