body {
	padding: 8px 10px 20px;
	background: #F2F2F2;
	text-align: center;
}

div {
	margin: 50px 0px 0px;
}

div div {
	margin: 20px 0px;
}

div.expo {
	width: 702px;
	margin: auto;
	text-align: left;
}

div.expo h1 {
	margin: 2px 0px;
}

div.title * {
	margin: 2px 0px;
	padding: 0px;
}

img {
	border-style: none;
}

.vid {
	box-shadow: 0px 0px 10px #AAAAAA;
}

h1 {
	font-family: 'Raleway';
	color: #95BDE4;
	font-size: 80px;
	font-style: normal;
	font-weight: light;
	text-shadow: 0px 0px 3px #AAAAAA;
}

h2 {
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #1B006B;
	font-size: 24px;
	font-style: normal;
	font-weight: light;
	text-shadow: 0px 0px 1px #AAAAAA;
}

div.links a {
	font-family: "Raleway";
	text-transform: uppercase;
	font-size: 22px;
	color: #333333;
	margin-left: 8px;
	margin-right: 8px;
}

a {
	color: #7A00B8;
	text-decoration: none;
	-webkit-transition: color .25s ease-in;
	transition: color .25s ease-in;
}

@media screen {
	@font-face {
		font-family: 'Raleway';
		font-style: normal;
		font-weight: light;
		src: url('fonts/	raleway.otf') format('opentype');
	}
}