
	body {
		margin: 0px;
		overflow: hidden;
	}

	#bg_image {
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		position: absolute;
		z-index: 0;
	}

	#container {
		z-index: 1;
		position: absolute;
	}

	.normal {
		font-family: Comic Sans MS;
		color:black;
		font-size: 14px;
	}

	p {
		font-family: Comic Sans MS;
		color:black;
		font-size: 14px;
	}
	
	span {
		font-family: Comic Sans MS;
		color:black;
		font-size: 14px;
	}
	
	font {
		font-family: Comic Sans MS;
		color:black;
		font-size: 14px;
	}

	#holder {
  		top:335px;
  		left:12px;
  		z-index:1;
  		width:535px;
  		height:100%;
  		overflow-y: scroll;
	}

