body{
	background-image: url(images/stripe.png);
	font-family: sans-serif;
	color: white;
	background-color:white;
	list-style: none;
	list-style-type:none;
	list-style-image: none;
	list-style-position: inside;
}

.a:link{
	color: white;
}


#main{
	width:750px;
	height:500px;
	background-image: url("images/main.png");
	margin-left: auto;
	margin-right: auto;
}


#title{
	width:750px;
	height:85px;
	
}

#kbaum{
	width:225px;
	height:85px;
	background-image: url("images/kbaum.png");
	float: left;
	cursor: pointer;
}

#footer{
	width:750px;
	height:100px;
	position:absolute;
	top: 405px;
}

#games{
	width:121px;
	height:71px;
	margin-top: 14px;
	margin-left: 6px;
	background-image: url("images/gamesbw.png");
	float: left;
	cursor: pointer;
}

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

#iphone{
	width:121px;
	height:71px;
	margin-top: 14px;
	margin-left: 6px;
	background-image: url("images/iphonebw.png");
	float: left;
	cursor: pointer;
}

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

#edu{
	width:121px;
	height:71px;
	margin-top: 14px;
	margin-left: 6px;
	background-image: url("images/edubw.png");
	float: left;
	cursor: pointer;
}

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

#contact{
	width:121px;
	height:71px;
	margin-top: 14px;
	margin-left: 6px;
	background-image: url("images/contactbw.png");
	float: left;
	cursor: pointer;
}

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

#twittericon{
	width:48px;
	height:48px;
	background-image: url("images/twitter.png");
	float: left;
	margin-top: 26px;
	margin-left: 20px;
}

#twitter{
	width:250px;
	height:100px;
	float: left;
	font-size: 12px;
	margin-left: -25px;
	margin-top: 10px;
	margin-right: 20px;
	cursor: pointer;
}

#seperator{
	width:2px;
	height: 100px;
	float: left;
	background-color: #555555;
}

#armor{
	width:100px;
	height: 100px;
	float: left;
	background-image: url("images/armorgames.png");
	cursor: pointer;
}

#colleges{
	width:200px;
	height: 100px;
	float: left;
	background-image: url("images/colleges.png");
	cursor: pointer;
}

#ad{
	padding-top: 15px;
	width:100px;
	height: 100px;
	float: left;
	text-align: center;
	color: gray;
	font-size: x-large;
	cursor: pointer;
}