#main { 
background-image:url(images/bg2.jpg);
background-repeat: no-repeat;
background-position:bottom left;
}
#left { 
background-image:url(images/bgleft.jpg);
background-repeat: no-repeat;
background-position:bottom right;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}

