/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-decoration: none;
	list-style: none;
	font-style: normal;
	line-height:normal;
}

body {
	background: url(../img/background.png);
	font-family: 'Droid Sans', arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;

}
#logo {margin: 5px 40px 10px 20px; text-align:center;}

#wrapper {
	width: 809px;
	height: 602px;
	margin: 100px auto 50px auto;
	padding: 0px 0px 0px 9px;
	overflow: hidden;
	background: url(../img/wrapperback.png) top left no-repeat;
}

.caption {
	font-size: 13px;
	color: #909090;
	text-shadow: 0px -1px 0px #000;
	margin: 0px 40px 0px 20px;
	text-align:justify;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding-top: 10px;
	background: url(../img/footer.png) top left repeat-x;
}
#footer p {
	width: 320px;
	margin: 0px auto;
	font-size: 13px;
	color: #5d5d5d;
	text-shadow: 0px -1px 0px #000;
}

/* CSS FOCUS */
.blur {
    color: #fefefe;
    font-family: 'Overpass', sans-serif;
    font-size: 92px;
    letter-spacing: 20px;
    margin: auto;
    width: 100%;
    filter: blur(5px);
    cursor: none;
    overflow: hidden;
    text-align: center;
    z-index: 3;
}
.focus {
    color: #fefefe;
    font-family: 'Overpass', sans-serif;
    font-size: 92px;
    letter-spacing: 20px;
    margin: auto;
    width: 100%;
    filter: blur(0px);
    cursor: none;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}
.container {
  height: 602px;
  padding-top: 200px;
  width: 100%;
  overflow: hidden;
}
