body {
        margin:0;
        padding:0;
	background-color:black;
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}

div.background {
	position:relative;
	font-family: Comic Sans MS;
	color: lightgrey;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width:905px;
	height:4000px;
	overflow: auto;
} 

img.backImage {
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	width:900px;
} 

div.mainMenu {
	position:absolute;
	left:0px;
	top:130px;
} 

table.mainMenu {
	width:9px;
	border="0";
	padding="4";
	text-align:left;
}

a.mainMenu:link,a.mainMenu:visited {
	display: block;
	font-family: Comic Sans MS;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	/*text-transform: uppercase;*/
	text-align: left;
	color: yellow;
	/*background-color: black;*/
	text-decoration: none;
}

a.mainMenu:hover,a.mainMenu:active {
	color: black;
	background-color: white;
}
body.StepBuddyTM {
        background-image:url('images/StepBuddyTM.jpg');
        /*background-repeat:no-repeat;*/
} 


