

#toprow{
	height: 125px;
	width:650px;
	margin-top: 60px;
	margin-left: 80px;
}

#bottomrow{
	height: 125px;
	width:650px;
	margin-top: 25px;
	margin-left: 80px;
}

#massattack{
	width:125px;
	height:125px;
	background-image: url("../images/massattack.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#massattack:hover{
	border-color: black;
}

#zombiefarm{
	width:125px;
	height:125px;
	background-image: url("../images/zombiefarm.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#zombiefarm:hover{
	border-color: black;
}

#urbanbrawl{
	width:125px;
	height:125px;
	background-image: url("../images/urbanbrawl.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#urbanbrawl:hover{
	border-color: black;
}

#dupligon{
	width:125px;
	height:125px;
	background-image: url("../images/dupligon.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border:solid;
	border-color: white;
}

#dupligon:hover{
	border-color: black;
}

#drift{
	width:125px;
	height:125px;
	background-image: url("../images/drift.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#drift:hover{
	border-color: black;
}

#chroma{
	width:125px;
	height:125px;
	background-image: url("../images/chroma.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#chroma:hover{
	border-color: black;
}

#detonate{
	width:125px;
	height:125px;
	background-image: url("../images/detonate2.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#detonate:hover{
	border-color: black;
}

#rebounce{
	width:125px;
	height:125px;
	background-image: url("../images/rebounce.png");
	float: left;
	cursor: pointer;
	margin-right: 20px;
	border: solid;
	border-color: white;
}

#rebounce:hover{
	border-color: black;
}


#main{
	background-image: url("../images/mainbw.png");
}

#kbaum{
	background-image: url("../images/kbaumbw.png");
}

#games{
	background-image: url("../images/gamesselect.png");
}

#iphone{
	background-image: url("../images/iphonebw.png");
}

#edu{
	background-image: url("../images/edubw.png");
}

#contact{
	background-image: url("../images/contactbw.png");
}
