@charset "UTF-8";
@font-face {
	font-family:"Interstate-Light";
	src:url("InterstateLight.ttf") format("truetype")
}
@font-face {
	font-family:"Interstate-Bold";
	src:url("InterstateBold.ttf") format("truetype")
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



	

#container #viz {
	height: 500px;
	width: 729px;
}

#viz2 {
	height: 193px;
	width: 187px;
	top: 64px;
	position: absolute;
	z-index: 300;
	left: 507px;
}

/* Effect 15: scale down, reveal */
a {
    color:#FFFFFF;
    font-weight: 700;
    text-shadow: none;
}
 
a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    transition: transform 0.3s, opacity 0.3s;
}
 
a:hover::before,
a:focus::before {
    transform: scale(0.9);
    opacity: 0;
}


a:visited {color:#FFFFFF;}  /* visited link */
