* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, 'sans serif';
	background: url('pizza.jpg') no-repeat bottom left;
	text-align: center;
}

/* Zoom */

#page {
	text-align: left;
	width: 510px;
	margin: 0 auto;
}

#header {
	padding: 20px 0;
	font-weight: bold;
}

#present {
	font-size: 12px;
}

#selected {
	font-size: 12px;
	font-weight: normal;
}

#content {
	font-size: 12px;
	font-weight: bold;
}

#footer {
	padding: 10px 0;
}

.recipe {
	padding: 0 0 10px 0;
}

.url {
	width: 165px;
}

.video {
	margin: 15px 0;
}

.cap {
	position: absolute;
	left: 0;
	z-index: -1;
}

.egg {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: -1;
}

.jager {
	position: absolute;
	right: 20px;
	z-index: -1;
}

.pizza {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* General */

a {
	text-decoration: none;
	color: black;
	padding: 0px;
}

a:hover {
	color: #444;
}


h1 {
	font-size: 42px;
}

h2 {
	font-size: 28px;
	padding: 10px 0;
}

h3 {
	font-size: 24px;
	padding: 0 10px;
}

h4 {
	font-size: 50px;
	padding: 0 10px;
}

h5 {
	font-size: 24px;
	padding: 5px 10px;
	background-color: black;
	color: white;
}

h6 {
	font-size: 28px;
	padding: 0 10px;
}

h7 {
	font-size: 14px;
	padding: 3px 0;
	background-color: black;
	color: white;
}

hr {
	width: 505px;
}

img {
	border: none;
}
