body {
	overflow:show;
	padding:0;
	margin:0;
	background: transparent;
	border-bottom: 0;
}

#bgimg {
	position:fixed;
	z-index: -1;
}

h1 {
	margin:80px 0px 0px 100px;
	font-family: 'Slackey', sans-serif;
	font-size:60px;
	float:left;
	color:yellow;
	background-color:pink;
	padding:0px 10px;
}

h1:hover {
	cursor:pointer;
	color:pink;
	background-color:yellow;
}

p {
	margin:0px;
	text-align:left;
	padding-left:0px;
	font-family: 'Slackey', sans-serif;
	font-size:14px;
	color:#fff;
	/*position:fixed;*/
	width:100%;
	bottom:35px;
	left: 0px;
	height: 0px;
	
}
