body {
	background-image: url('windows.jpg');
	background-size: cover;
	Background-attachment: fixed;
}
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'helvetica neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'helvetica', sans-serif;
	font-size: 20px;
}
h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'helvetica neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'helvetica', sans-serif;
	font-size: 19px;
	font-weight: normal;
}
p {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'helvetica neue', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'helvetica', sans-serif;
}
.justify {
	text-align: justify;
	text-align-last: justify;
}
.center {
	text-align: center;
	text-align-last: center;
}
#nav {
	position: relative;
	margin: auto;
	width: 915px;
	height: 30px;
}
#nav a{
	color: white;
}
#nav h1 {
	position: absolute;
	display: inline-block;
}
#border {
	position: relative;
	display: block;
	margin: auto;
	width: 900px;
	background-image: linear-gradient(to bottom right, rgba(90, 170, 300, 0.8), rgba(90, 120, 255, 0.8));
	border-style: solid;
	border-width: 2px;
	border-color: rgba(80, 165, 255, 0.8);
	border-radius: 5px;
	padding: 8px;
}
#content {
	position: relative;
	display: block;
	width: 900px;
	background-color: white;
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 10px;
}
#page {
	position: relative;
	margin: auto;
	width: 190px;
}
#circle {
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
	height: 50px;
	width: 50px;
	background-image: linear-gradient(to bottom right, rgba(90, 190, 320, 0.8), rgba(90, 140, 275));
	border-style: solid;
	border-width: 2px;
	border-color: rgba(80, 165, 255, 0.8);
	border-radius: 5px;
	border-radius: 50%;
}
#triangle-left {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 50px solid rgba(80, 195, 275);
	border-bottom: 25px solid transparent;
}
#triangle-right {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;  
	border-left: 50px solid rgba(80, 195, 275);
	border-bottom: 25px solid transparent;
}
.graphic {
	display: inline-block;
	margin-bottom: -2px;
	height: 15px;
	width: 15px;
}