* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
}

p#about {
	position: fixed;
	top: 20px;
	right: 20px;
}

#page-wrap {
	width: 760px;
	background: white;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#fixed-letters {
	position: fixed;
	top: 200px;
	left: 100px;
	background: url(imgs/fixed-letters.png) white no-repeat;
	width: 500px;
	height: 125px;
}

#scroll-letters {
	position: relative;
	top: 1200px;
	left: 0px;
	background: url(imgs/scroll-letters1.png) top center no-repeat;
	width: 500px;
	height: 750px;
}

#scroll-link {
	position: relative;
	top: 500px;
	left: 470px;
	width: 500px;
	height: 750px;

}

a:link {
	color: black;
	font-size: 20px;
	font-family: Helvetica;
	text-decoration: none;
}

a:visited {
	color: #454545;
	font-size: 20px;
	font-family: Helvetica;
	text-decoration: none;
}

a:hover {
	color: #b21b2c;
	font-size: 20px;
	font-family: Helvetica;
	text-decoration: none;
}

a:active {
	font-size: 20px;
	font-family: Helvetica;
	text-decoration: none;
}
