/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.hide {display:none;}

body {
	background: #34715b url('images/bg.gif') top left repeat-x;	
}

#wrapper {
	width: 958px;
	position: relative;
	margin: 0 auto 0 auto;
}


#banner {
	background: url('images/banner.jpg') top left no-repeat;
	width: 958px; height: 686px;
}

#skin_care a {
	position: absolute;
	top: 560px; left: 125px;
	width: 168px; height: 40px;
}

#dentistry a {
	position: absolute;
	top: 560px; right: 100px;
	width: 269px; height: 52px;
}

#footer {
	position:absolute;
	top:700px; left:0;
	width:958px; height:50px;
	text-align:center;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
}

#footer p {
		color:#FFF;
		padding:0 0 8px 0;
}
#footer a {
	color:#FFF;
	text-decoration:none;	
}
#footer a:hover {text-decoration: underline; }

