@charset "UTF-8";
/*body {
	background-color: #390;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	width: 320px;
	height: 480px;
}


*/

[data-role="header"] {
	height: 190px;
}


.center-image img {
	max-width:300px;
		
}

/*These style the home link buttons*/
.homeContentLink {
	width: 100%;
	border-bottom: solid 2px black;
	height: 94px;
	clear: both;
}

/*This sets the properties for the image*/
.homeContentLink img {
	float: left;
	margin-right: 12px;
	width: 112px;
	background: black;
	height:94px;
	
}

/* Defines the hover state for background images*/
.homeContentLink:hover {
	
	background: #000;	
}

.homeContentLink:active {
	
	background: #000;	
}




