body {
	background-color: #f0f0f0;
	background-image: url("../img/paper.jpg");
	font-family: 'corporateS', Arial, serif;
	font-weight: normal;
	letter-spacing:0.05em;
	font-size: 80%;
	-ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}
#wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position:absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
}
a {
	text-decoration: none;
	color: grey;
	font-size: 180%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	font-weight: bold;
}
a:hover {
	letter-spacing: 0.07em;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
div#content {
	margin-top: 2%;
}
div#content p{	
	padding-left: 50px;
	padding-right: 50px;
	color: black;
	font-weight: bold;
	font-size: 140%;
	margin-top: -10px;
}
div#output {
	font-size: 150%;
	padding-left: 100px;
	padding-right: 100px;
	max-width: 900px;
	margin: 0 auto;
}
div#all {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 5%;
	left: 0;
	z-index: 100;
}
b {
	font-weight: bold;
}
h2 {
	font-family: 'corporateA', Arial, serif;
	font-weight: normal;
	font-size: 200%;
}
img {
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -540px;
	margin-left: -960px;
}
@media screen and (max-height: 900px){
	
	body {
		font-size: 70%;
		letter-spacing: 0;
		overflow: auto;
	}
	div#output {
		padding-left: 50px;
		padding-right: 50px;
	}
	
}	/* END @media (max-height: 900px) */
@media screen and (max-width: 900px){
	
	body {
		font-size: 70%;
		letter-spacing: 0;
		overflow: auto;
	}
	div#output {
		padding-left: 50px;
		padding-right: 50px;
	}

}	/* END @media (max-width: 900px) */
@media screen and (max-height: 600px){
	
	body {
		font-size: 60%;
		letter-spacing: 0;
	}
	div#output {
		padding-left: 20px;
		padding-right: 20px;
	}

}	/* END @media (max-height: 600px) */
@media screen and (max-width: 600px){
	
	body {
		font-size: 60%;
		letter-spacing: 0;
	}
	div#output {
		padding-left: 20px;
		padding-right: 20px;
	}

}	/* END @media (max-width: 600px) */
@media screen and (max-width: 400px){

	body {
		font-size: 50%;
	}

}	/* END @media (max-width: 400px) */

