body {
  padding: 0;
  margin: 0;
  background: #000000 url(../images/bkg_white_texture.jpg) repeat-x;
  width: 100%;
  display: table;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  color:#FFF;
}

a {
	text-decoration: none;
	color: #FFF;
}

p {
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
}


#container {
	background: url(../images/bkg_home.jpg) no-repeat;
	width: 1023px;
	height: 934px;
}

#navHome {
	left: 426px;
	width: 381px;
	height: 358px;
	display: inline;
	position: absolute;
}

#content {
	clear:both;
	left: 426px;
	top: 358px;
	display: inline;
	position: absolute;
	padding: 20px 20px 20px 143px;
}

img.illness {
	position:absolute;
	top: 20px;
	left:20px;
	
}

#footer {
	position:absolute;
	top: 580px;
	left: 600px;
}


a.download {
	padding: 18px 10px 0px 20px;
	display:block;
	width: 239px;
	height: 38px;
	background: url(../images/nav_download.jpg) top left no-repeat;
	font-weight:bold;
}

a.download:hover {
	color: #000;
}