/* INDEX */

body {
	overflow: hidden;
}

.background img {
	height: auto;
	width: 100%;
	min-width: 100%;
}

.content {
	position: absolute;
	right: 0;
	width: 25%;
	z-index: 2;
	height: 100%;
  
}

#introduction {
	position: relative;
	top: 25px;
	text-align: right;
	padding-right: 25px;  
}

#introduction h1 {
	line-height: 1.5em;
	text-transform: uppercase;
}

#introduction span {
	color: #66575e;
}

#introduction a {
	font-size: 0.825em;
	border-bottom: thin dotted #333;
}

#introduction a:hover {
	border-bottom: thin dotted #cc0066;
}
