body {
	position:fixed;
	background-color:#fff;
	background-image:url("img/bg.jpg");
	background-size:100%;
	background-attachment: fixed;
	background-repeat:no-repeat;
	width:100%;
	margin: 30% 5% 5% 35%;
	overflow:scroll;
}

p {
	font-family:Marmelad;
	text-align:justify;
	font-size:14px;
	color:#333;
	width:80%;

}
#menu {
	position:fixed;
	width:25%;
	height:100%;
	background-color:#fff;
	top:-2%;
	left: 0%;
	text-align:center;
}
#menu p{
	font-family:Marmelad;
	font-size:16px;
	text-transform:uppercase;
	color:#333;
	text-align:center;
}
#contact p{
	font-family:Marmelad;
	font-size:14px;
	color:#333;
	text-align:center;
	text-transform:none;
	padding:1px;
}
#top {
	position:fixed;
	margin-top:1%;
}