body {
	margin: 0px;
	padding: 0px;
	font-family: 'Simonetta', Georgia, cursive;
	color: #4d4d4d;
	height: 100%;
	background-color: #856149;
}
body.black {
	background-color: #000000;
}

a{
outline: 0;
}

img{
border: 0px solid green;
}

#center {
	left: 50%;
	top: 50%;
	width: 990px;
	height: 600px;
	margin-left: -480px; /* half of width */
	margin-top: -300px;  /* half of height */
}
#page {
	position:absolute;
	left: 50%;
	top :50%;
	width: 990px;
	height: 600px;
	margin-left: -480px; /* half of width */
	margin-top: -300px;  /* half of height */
}
.arrowleft,  .arrowright {
	height: 600px;
	width:45px;
	float: left;
	padding: 250px 0px 0px 0px;
}
.handwriting {
	padding: 70px 0px 0px 0px;
	text-align: center;
	height: 469px;
	width:900px;
	float: left;
}
.contact {
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 469px;
	width:900px;
	float: left;
}
a:hover {
	color: #fed150;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #4d4d4d;
}
h2 {
	color: #c6a614;
	text-align: left;
	font-size: 17px;
	font-weight: normal;
}
h3 {
	font-weight: normal;
	font-size: 15px;
	color: #c6a614;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-weight: normal;
	font-size: 13px;
	color: #c6a614;
}
p {
	text-align: center;
	line-height: 1.3em;
	font-size: 35px;
	padding: 40px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
	color: #fff;
}
p {
	font-size: 20px;
	text-align: center;
	margin-top: 5px;
	color:#4d4d4d;
}
.contact p {
	font-size: 40px;
	margin-top: 170px;
	color:#000;
}
.contact p a, p a {
	color:#000;
}
p a:hover {
	color:#fff;
}
