

body {
	margin: 0px;
	background: url(img/bg.png);
}
a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-shadow: 1px 1px 0 #ddd;
}
#top {
  background: url(img/topbg.png);
}
#head {
	background: url(img/fade.png) no-repeat center;
	width: 100%;
	height: 700px;
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 5px #333;
}
#headline {
  padding-top: 200px;
	font-size: 100px;
	margin: 0;
  text-shadow: 0 2px 15px #000;
}
#slogan {
	font-size: 30px;
	margin: 0;
}
#divide {
	background: #000;
	width: 100%;
	height: 50px;
  margin-top: -200px;
  padding-bottom: -200px;
  box-shadow: 0 10px 10px #333;
  border-top: 2px solid #333;
  border-bottom: 2px solid #555;
}
#bottom {
	background: url(img/fadeblack.png) no-repeat center;
	width: 100%;
	height: 300px;
  
}
