*{
	background-color: #ff9900;
	margin: 0px;
	padding: 0px;
	/* cursor:url("http://www.javascriptkit.com/dhtmltutors/cursor-hand.gif"),default;
	size:100x100px */
}

h1{
	font-family: cursive;
	font-size: 100px;
}
.pumpkin{
	
	max-height: 5px;
	max-width: 5px;
	border: 10px solid yellow;
	margin-left: 0px;
	opacity: 0.3;
	filter: alpha(opacity=40); 
}
.boxes{
	margin-left:1050px;
}

#one {
	border: 10px dashed grey;
	border-radius: 100%;
	width: 70px;
	text-align: center;
	padding: 25px;
	height: 90px;
	float: left;
}

#two{
	border: 10px solid white;
	border-radius: 100%;
	width: 80px;
	text-align: center;
	padding: 25px;
	height: 20px;
	float: left;
}
#three{
	border: 10px dashed black;
	border-radius: 10px;
	width: 50px;
	text-align: center;
	padding: 25px;
	height: 50px;
	float: left;
	margin-top: 100px;
	-moz-border-radius: 35px;
}
#four{
	border: 10px solid gold;
	border-radius: 35px;
	width:70px;
	text-align: center;
	padding: 25px;
	height: 70px;
	float: left;
	margin-top: 190px;
	-moz-border-radius: 35px;
}
/* .square {
	width: 400px;
	height: 400px;
	*/
}
.display {
	display: inline;
}
h2 {
	text-align: center;
}
.ticker-container {
	width: 100%;
	height: 2.9%;
	border: 1px solid;
	overflow: hidden;
	clear: both;
}
.ticker-text {
	height: 150%;
    white-space:nowrap;
    display:inline-block;
}
p {
	color: white;
	font-size: 50px;
}
ul {
	color: white;
	text-align: center;
}
/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://ani.cursors-4u.net/toons/too-12/too1134.cur), progress !important;} /* End http://www.cursors-4u.com */