html, body {
	height: auto;
}

#blueHeader .centerDiv  {
	width: 100%;
	min-width: 974px;
}

div.resources {
	overflow: hidden;
	width: 100%;
}

a.file {
	padding: 20px;
	
	float: left;
	width: 250px;
	height: 300px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #65acf0;
	
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	
	border: 1px solid #8dc0f0;
}

a.file:hover {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border: 1px solid #fff;
	color: #05f;
	background-color: #d2e4f5;
}

a.file span.name {
	display: block;
	width: 250px;
	padding: 10px 0 10px 0;
	position: relative;
	top: 260px;
}

a.file img {
	position: relative;
	top: -50px;
	font-size: 600%;
}

a.file span.format {
	position: relative;
	top: 30px;
	font-size: 600%;
	text-shadow: horizontal-offset vertical-offset blur color;
	text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
	font-size: 600%;
	color: #fb8;
	top: 30px;
}

a.file:hover span.format {
}

a.download {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 10px 30px;
	background-color: #3fa30d;
	border: 1px solid #378013;
}

a.download:hover {	
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	
	background-color: #2abc15;
	border: 1px solid #53d90f;
}

div.container {
	text-align: center;
	float: left;
	margin: 30px;
}