/* CSS Document */

#info {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#info_frame {
	width: 400px;
	height: 380px;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	overflow: auto;
	background-color: white;
}
#basic {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 526px;
}
#heading {
	color: red;
	font-size: 24px;
 	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#main_text {
	color: black;
	font-size: 12px;
 	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#small_print {
	color: black;
	font-size: 9px;
 	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#jokes {
	border: thin dashed #666666;
	
}


body {
	background-attachment: scroll;
	background-image: url(images/tinsel_tile.jpg);
	background-repeat: repeat-x;
	background-position: left 99px;
}
