@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/repeat-bg.jpg);
}

#header_wrapper{
	background-image:url(../images/home-header-bg-new.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:338px;
	padding:150px 250px 0 40px;
	position:relative;
}

.description{
	font-size:1.2em;
	line-height:1.7em;
}
.doctors{
	position:absolute;
	top:415px;
	left:115px;
}

#content_wrapper{
	background-image:url(../images/home-body-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:261px;
	padding:35px 5px 10px 50px;
}

#content{
	color:#ffffff;
}
#content a{
	color:#ffffff;
}
#content a:hover{
	color:#ffffff;
}
#content a:visted{
	color:#ffffff;
}