/* CSS Document */
body{ 
margin: 40px; 
font-family:arial; font-size:12px; color:#000000; 
background-color:#C9D4E7; 
background-position:left top; 
background-repeat:repeat-x; 
background-image:url(images/background.jpg; 
}
.introBackground {
	background-color: #C9D4E7;
	background-position:left top;
	background-image: url(images/introTile.gif);
	background-repeat: repeat-x;
}
.tablePosition {
	top: auto;
	margin-top: 40px;
}
