body {
  background: #30323c;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding: 0;
	background: url(images/bcg_body.jpg) top left repeat-x #aeafb4;
	color: #dbe2e4;
	line-height: 17px;
}
#main {
  font-size: 87%;
	margin: 0 auto;
	width: 700px;
	background: #333743;
	position: relative;
}
p {
  padding: 0 15px 15px 15px;
}
a {
  color: #ff4800;
}
a:hover {
  text-decoration: none;
}