html {
	margin:0;
	padding:0;
	background: url(../img/background2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;  	
}	


/*TYPEFACE RULES GO HERE */

h2 {
	color:#fff;
}

p.subhead-text {
	font-family: "Titillium Web", sans-serif;
	font-size:25px;
	font-weight: 400;
	line-height: 35px;
	color:#fff;
	padding-top:0; 
	margin-bottom:25px;
}

p.attribution {
	color:#fff;
	text-align: left;
	line-height:22px;
	padding: 5px 10px;
}

a, a:visited,a:-webkit-any-link  {
	color:#fff;
}

a:hover {
	text-decoration: none;
}

.district, #mn_schools {
		display:none;
}


#district_map {
	float:left;
	width:610px;
}

#subhead {
	width:310px;
	float:left;
	padding:0 20px;
}

#main-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#headline-content {
	margin-bottom: 20px
}

iframe {
	border:0;
	width:500px;
	height:350px;
}

.newboxes {
	position:absolute;
	width:500px;
	height:350px;
	top:180px;
	overflow-y:scroll;
	display:none;
	-webkit-overflow-scrolling: touch;
}

#newboxes1 {
	overflow:hidden;
	padding-left:20px;
	display:block;
}


#subhead {
	visibility: hidden;
}

.attr-footer {
	position:absolute;
	top:650px;
	width:300px;
}