* {
	margin:0;
	padding:0;
}

body {
	background-color: #ffffff;
	color: #ffffff;
	background-repeat:no-repeat;
	background-position:center;
}

a {
	color: #707070;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 4px;
}

.temp {
	width: 1000px;
	height: 432px;
	background: url(hunger.jpg) no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -300px;
	border: 1px dashed #c0c0c0;
}

.temp h1 {
	text-align: center;
	margin-top: 20px;
}

.temp h4 {
	text-align: center;
	color: #000000;
	margin-top: 282px;
}

.temp p {
	text-align: center;
	color: #000000;
	margin-top: 8px;
}