﻿body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

#image-slider {
	position: relative;
}

#image-slider > div {
	overflow: hidden;
}

#container {
	position: relative;
	overflow: hidden;
}

#container .content {
	position: absolute;
	top: 0;
	font-family: 'myriad-std-tilt', sans-serif;
	left: 0;
	color: #FFF;
	text-align: center;
	width: 100%;
	font-size: 6em;
	padding: 120px 0;
	font-weight: bold;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}