body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/back_main.png');
}

#stage {
	position: relative;
	margin: auto auto;
	width: 900px;
	height: 816px;
	background-image: url('images/fade.png');
	background-repeat: no-repeat;
	background-position: center -200px;
}

#title {
	position: absolute;
	top: 105px;
	left: 36px;
	width: 232px;
	height: 45px;
	background-image: url('images/title.png');
}

#logo {
	position: absolute;
	top: 152px;
	left: 55px;
	width: 180px;
	height: 269px;
	background-image: url('images/logo.png');
}

#bubble {
	position: absolute;
	top: 100px;
	right: 56px;
	width: 613px;
	height: 300px;
	background-image: url('images/bubble.png');
}

#info {
	position: absolute;
	top: 442px;
	left: 345px;
	width: 225px;
	font-family: Arial;
	color: white;
	font-size: 14pt;
}

#info h1 {
	font-size: 23pt;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;}

#contact {
	position: absolute;
	top: 442px;
	right: 45px;
	width: 225px;
	font-family: Arial;
	color: white;
	font-size: 14pt;
}

#contact a {
	color: white;
	text-decoration: none;}

#contact a:visited {
	color: white;}
	

