.rightbg {  background-attachment: fixed; background-image: url(images/rightbg.gif); background-repeat: repeat-y; background-position: left top}

.leftbg {  background-attachment: fixed; background-image: url(images/leftbg.gif); background-repeat: repeat-y; background-position: left top}

.centrebg {  background-attachment: scroll; background-image: url(images/centrebg.gif); background-repeat: no-repeat; background-position: center center}

.box2009 {
	border: 2px solid;
	border-color:#000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	width: 540px;
	text-align:center;
	background-color:#FCC;
	margin-top:10px;
}
body{
	margin: 0px;
	background-color: #fff;
	color: #000;
}