body {
	font-size: 15pt;
	font-family: comic "Comic Sans MS", cursive;
	margin 0;
	width: 800px
	height: 600px;
	background: black none no-repeat;

}


.speechBubbleLeft {
	visibility: hidden;
	position: absolute;
	top: 250px;
	left: 0px;
	width: 300px;
	height: 200px;
	margin: 0;
	background: transparent url(images/speechFromLeft.gif) no-repeat;
}

.speechLeft {
	position: relative;
	top: 20px;
	left: 35px;
	width: 260px;
	margin:0;
	padding: 0;
}

.speechBubbleRight {
	visibility: hidden;
	position: absolute;
	top:  350px;
	left: 500px;
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: transparent url(images/speechFromRight4.gif) no-repeat;
}

.speechRight {
	position: relative;
	top: 30px;
	left: 10px;
	width: 260px;
	margin:0;
}

.caption {
	position: absolute;
	visibility: hidden;
	font-size: 25pt;
	top: 20px;
	color: red;
	width: 800px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	
}

.menu {
	position: absolute;
	visibility: hidden;
	top: 100px;
	width: 800px;
	text-align: center;	
}

#StartWelcome {
	font-family: Comic Sans MS, cursive;
}

a:link {
	color: #FFF;
}
a:hover {
	color: #FFF;
}

a:visited {
	color: #FFF;
}
