@charset "utf-8";

*
{
	float: none;
	margin: 0;
	padding: 0;
	
}
#wrapper {
	height: auto;
	width: auto;
}

#header {
	height: 100%;
	width: 100%;
	
}

#logo {
	background-image: url(images/kevin_logo.gif);
	background-repeat: no-repeat;
	width: 100%;
	min-height: 200px;
	height: 200px;
	background-position: center 0%;
}

#content {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(images/baseball_background.jpg);
	background-position: center 0%;
	background-size: contain;
	
}
#footer {
	height: 50px;
	width:100%;
	color:#fff;
	background-color: #333;
	text-align: center;
	
}

.centerImage {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contact {
	margin: 0 auto;
	text-align: left;
	width: 75%;
	align: center;	
}


