body {
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	margin: auto;

	width: 1022px;
	border: 1px solid #000000;
}

#logo {
	height: 190px;
	font-family: 'Verdana';
	font-size: 27pt;
	//background-image: url(images/logo_gradient.png);
	color: white;
	text-align: center;
}

#logopic {
	position: relative;
	height: 160px;
	top: 5px;
}

#pre_footer {
  height: 25px;
  width: 100%;
}

#footer {
  text-align: center;
  color: white;
  background-image: url('images/logo_gradient.png');
}

#footer a {
  text-decoration: none;
  color: white;
}
