* {
  margin: 0;
  padding: 0;
}

body, html {
	width: 100%;
  height: 100%;
}

body {
  font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	color: #FFF;
  text-align: center;
	background: #1C1C1C url("placeholder_bg.jpg") top right repeat-x;
}

#center {
	margin: 0 auto;
	height: 100%;
	background: url("placeholder_highlight.jpg") top no-repeat;
}

h1 {
	position: absolute;
	top: 342px;
	right: 0;
	margin: 0 auto;
	height: 84px;
	width: 524px;
	background: url("placeholder_title.jpg") top no-repeat;
	text-indent: -9999px;
}

p {
	position: absolute;
	top: 430px;
	right: 0;
	padding: 10px;
}

a {
  font-size: 18pt;
  font-weight: bold;
  color: #545454;
  text-decoration: none;
}

a:hover {
  color: #737373;
}