@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/mac_background.gif);
	background-repeat: repeat;
}
.splash  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
	margin-top: 30px;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 11%;
} 
