html, body {
  margin: 0;
  padding: 0;
  border: 0;
}
body { background-color: #434343; /* change the color to your background color */ }
#main {
  width: 995px;
  max-width: 995px;
  background-color:#434343;
  /*border: solid white 1px; /* remove if you don't want a border */
  margin: 0em auto;
}
	
p.text1 {
	position:absolute;
	left: 0px;
	top: 55px;
	color: #fff;
	font-family: arial,verdana;
	font-size: 10pt;
	}
p.email {
	position:absolute;
	left: 0px;
	top: 540px;
	color: #fff;
	font-family: arial,verdana;
	font-size: 10pt;
	}

#child1 {
	position:relative;
	left: 15px;
	top: -590px;
  width: 450px;
  background-color:#445566;
}

#links {
	position:absolute;
	left:110px;
	top: -15px;
  width: 400px;
	color: #fff;
	font-family: arial,verdana;
	font-size: 10pt;
}

a:link {color: #988576}     /* unvisited link */
a:visited {color: #988576}  /* visited link */
a:hover {color: #FFCF01}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

