body {
	margin: 0 0;
	background-color: #000;
	font-family: pcsenior;
}

@font-face {
	font-family: pcsenior;
	src: url(pcsenior.ttf);
}

#container {
	margin: 0 auto;
	background: transparent url('img/title.png') 0 0 no-repeat;;
	background-position: center center;
	width: 960px;
	height: 752px;
}

#title {
	width: 960px;
	height: auto;
	padding-top: 450px;
	font-size: 22;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

p {
	text-align: center;
	color: #fff;
	font-size: 12;
	text-decoration: none;
}

#speechBox {
	background: transparent url('img/ui/speech-box.png') 0 0 repeat-x;
}

#mainStand {
	top: 450px;
	left: 510px;
	display: none;
}

#mainWalk {
	top: 450px;
	left: 510px;
	display: none;
}

