body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	background-color: #ffffff;
	min-width: 898px;
	text-align: center
}

h4 {text-align: center;}

	a:link {color:yellow} 
	a:visited {color:green} 
	a:hover {color:black} 
	a:active {color:blue}

#table_box {
  position: absolute;
	top: 775px;
	left: 250px;
}	

table.one	{
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 5px
}

td	{
	text-align: center;
	font-size: 20px;
  background-color: green;
  font-weight: bold
}

#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 0px;
	width: 898px;
}

#general_box {
  background: url(background.jpg) no-repeat top left;
  background-position: center;
	background-color: #ffffff;
  position: absolute;
  top: 0px;
  left: 25px;
  border: 1px solid #ff9933;
  border-style: ridge;
  width: 900px;
  height: 900px;
  padding: 5px 5px 5px 5px
}

#heading {
     background-color: #ffffff;
     position: absolute;
     top: 1px;
     left: 15px;
     border: 3px solid #ff9933;
     border-style: ridge;
     width: 500px;
     height: 200px;
     padding: 5px 5px 5px 5px
}

#pic_one {
	position:absolute;
	top:50px;
	right:425px;
  width: 150px;
  height: 150px;
  padding: 3px 3px 3px 3px
}

#text_box_one {
  background-color: #009900;
  position: absolute;
	text-align: left;
	font-size: 14px;
  top: 300px;
  left: 170px;
  border: 5px solid #ff9933;
  border-style: ridge;
  width: 525px;
  height: 200px;
  padding: 5px 5px 5px 5px
}

#text_box_two {
  background-color: #009900;
  position: absolute;
	text-align: left;
	font-size: 14px;
  top: 530px;
  left: 170px;
  border: 5px solid #ff9933;
  border-style: ridge;
  width: 525px;
  height: 175px;
  padding: 5px 5px 5px 5px
}

ul.disc {list-style-type: disc}

#footer {
	font-size: .7em;
	font-family: times, "times roman", sans;
	color: #000;
	background-color: #ffffff;
	text-align: center;	
	position: absolute;
	top:850px;
	width: 700px;
	left:100px
}