html		{
			height:100%;
			}

body		{
			margin: 0px auto;
    		text-align: center;
			height:100%;
			}

#content	{
    		margin: 0px auto;
    		width: 100%;
    		height: 100%;
    		}

#mainFlash	{
    		margin: 0px auto;
    		width: 100%;
    		height: 100%;
    		}
    		
.footer		{
			margin: 0px auto;
    		width: 100%;
			background-image:url('../images/footer_bg.gif');
			background-repeat:repeat-x;
			position:absolute;
   			bottom:0;
			}
			
			
.shareThis	{
			margin: 0px 0px 0px 387px;
    		}
    		
.shareThisContainer	{
    		width: 0;
    		height: 16px;
    		position: absolute;
    		left: 50%;
    		bottom:13px;
    		*bottom: 10px;
    		}