

#game{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}

#lefty{
	width: 120px;
	height: 600px;
	background-color: black;
	float: left;
	margin-top: 110px;
}

#righty{
	width: 120px;
	height: 600px;
	background-color: black;
	float: left;
	margin-top: 90px;
}

#main{
	background-image: url("../images/mainbw.png");
	background-repeat: no-repeat;
	background-color: black;
	float: left;
}

#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");
}

#gray{
	width:744px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top:450px;
	background-color: gray;
}

#sidesquare1{
	width:100px;
	height:100px;
	margin-left: 13px;
	margin-top: 13px;
	background-color: gray;
	background-image: url("../images/100/massattack.png");
	cursor: pointer;
}

#sidesquare2{
	width:100px;
	height:100px;
	margin-left: 13px;
	margin-top: 13px;
	background-color: gray;
	background-image: url("../images/100/dupligon.png");
	cursor: pointer;
}

#sidesquare3{
	width:100px;
	height:100px;
	margin-left: 13px;
	margin-top: 13px;
	background-color: gray;
	background-image: url("../images/100/urbanbrawl.png");
	cursor: pointer;
}

#sidesquare4{
	width:100px;
	height:100px;
	margin-left: 13px;
	margin-top: 13px;
	background-color: gray;
	background-image: url("../images/100/detonate2.png");
	cursor: pointer;
}

#sidesquare5{
	width:100px;
	height:100px;
	margin-left: 13px;
	margin-top: 13px;
	background-color: gray;
	background-image: url("../images/100/drift.png");
	cursor: pointer;
}