#bgImage{
    z-index: -1;
    position: absolute;
    max-height: 700px;
    min-height: 700px;
    width:100%;
    overflow:hidden;
}   
#imgTag{
     position:absolute;
     bottom: 0;
     overflow:hidden;
}
#Container{
    z-index: 1;
    width: 100%;
    height: 1055px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#imgBuffer{
    
    height: 645px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    
}

#Content{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0px;
    z-index:2;
	background: #f1efec url('../_images/gradient.png') repeat-x 0 31px;
}

#physicianButton{
    right: 20px;
    position: absolute;
    right: 40px;
    z-index:10;
}

#homeContent{
    width: 100%;
    height: 310px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}
    

.secondaryContent {
	width: 19%;
}

.primaryContent {
	width:72%;
	margin-right:22px;
}
    

