body, h1, h2, p {
	padding: 0;
	margin: 0;
}

html{ 
	background-image: url("IMG_0105.JPG"); 
	min-width: 75%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.header {
	text-align: center;
	background-color: black;
	color: red;
}

.header p {
	padding-top: 20px;
}

.contentRight {
	color: black;
	float: right;
	width: 326px;
}

.contentLeft {
	color: black;
	float: left;
	width: 326px;
}

.content h2 {
	padding-top: 30px;
}

.content p {
	border-bottom: 2px solid black;
}

.slap {
	border-bottom: 3px solid black;
	padding-top: 40px;
}

.duck {
	border-bottom: 3px solid black;
	padding-top: 40px;
}

.poodle {
	border-bottom: 3px solid black;
	padding-top: 40px;
}

.juice {
	border-bottom: 3px solid black;
	padding-top: 40px;
}