body		{
			margin: 0px auto;
    		
    		background-image:url('../images/bg.jpg');
			background-repeat:repeat-x;
			}

.content	{
    		margin: 0px auto;
    		width: 100%;
    		height: 100%;
    		z-index: 10;
    		}

#shareBTN	{
    		position: absolute;
    		margin: 0px auto;
    		top: 17px;
    		left: 50%;
    		margin-left: 343px;
    		width: 43px;
    		z-index: 99;
    		}
    		
#teaContent	{
    		position: absolute;
    		text-align: center;
    		top: 52px;
    		width: 100%;
    		z-index: 1;
    		}
    		
#recipeContent	{
    		position: absolute;
    		text-align: center;
    		top: 52px;
    		width: 100%;
    		z-index: 2;
    		}
    		
#snacksContent	{
    		position: absolute;
    		text-align: center;
    		top: 52px;
    		width: 100%;
    		z-index: 3;
    		}    		

#healthContent	{
    		position: absolute;
    		text-align: center;
    		top: 52px;
    		width: 100%;
    		z-index: 4;
    		} 
    		
#focusContent	{
    		position: absolute;
    		text-align: center;
    		top: 52px;
    		width: 100%;
    		z-index: 5;
    		}   
    		
#menuContent	{
    		width: 100%;
    		position: absolute;
    		top: 52px;
    		z-index: 6;
    		}   
			
.shareThis	{
			margin: 0px 0px 0px 387px;
    		}
    		
.shareThisContainer	{
    		width: 83px;
    		height: 16px;
    		position: absolute;
    		left: 50%;
    		bottom:13;
    		*bottom: 10px;
    		}