* {
  margin: 0;
  padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-repeat:repeat-x;
	background-position:top;
	text-align: center;
	top: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-image:url(/img/bodybg.jpg);
	text-align: left;
	top:0px
}

#header {
	height: 140px;
	position:relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	left: 0px;
	}
	
#main {
	position: relative;
	top: 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	height: 1050px;
	}

#press {
	position: absolute;
	width: 247px;
	top: 902px;
	left: 81px;
	
	}

#contact {
	position: absolute;
	top: 896px;
	right: 40px;
	left:407px;
	width: 300px;
	height: 95px;
	}

#slidey {
	position: absolute;
	top: 0px;
	right: 40px;
	left:0px;
	width: 500px;
	}
	
.quote {
	margin-left: 50px;
	font-weight: 600;
	font-style: italic;
	margin-right: 50px;
	font-size: 18px;
	}

.bodytext {
	margin-left: 20px;
	margin-right: 20px;
	font-style: normal;
	font-weight: bold;
	}
