* {
	text-decoration: none;
}

body {
	background-color: #008000;
}

body:mousemove {
	background-image: url(spaz.gif);
}

#title {
	background-color: #00AA00;
	border: 3px solid #000000;
	border-radius: 10px;
	text-align: center;
}

#title:hover {
	background-image: url(spaz.gif);
}

#firstheading {
	background-color: #00AA00;
	border: 3px solid #000000;
	border-radius: 10px;
	text-align: center;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#firstheading:hover {
	background-image: url(spaz.gif);
}


#secondheading {
	background-color: #00AA00;
	border: 3px solid #000000;
	border-radius: 10px;
	text-align: center;
	width: 500px;
	margin-right: auto; 
	margin-left: auto;
}

#secondheading:hover {
	background-image: url(spaz.gif);
}

#myprojects {
	text-align: center;	
	margin-right: auto; 
	margin-left: auto;
}

.button {
	width: 107px;
	height: 23px;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	color: #000000;
	border: solid 3px #000000;
	background-color: #00AA00;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.button:hover { 
	background-image: url(spaz.gif);
}

#list {
	list-style-type: none;
	background-color: #00AA00;
	border: 3px solid #000000;
	border-radius: 10px;
	text-align: center;
	width: 250px;
	margin-right: auto; 
	margin-left: auto;
	padding: 0px; 	

}

#list:hover {
	background-image: url(spaz.gif);
}

#random {
	float: right;
	width: 376px;
	height: 269px;
}

#cat {
	height: 236px;
	width: 235px;
	float: left;
}

#game {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 200px;
	background-color: #00AA00;
	border: 3px solid #000000;
	border-radius: 10px;
	height: 20px;
	color: #000000;
}

#gametag {
	color: #000000;
}

#game:hover {
	background-image: url(spaz.gif);
}