﻿    #container {
		margin:0px 0px 0px 0px;
		width: 625px;
		height: 55px;
		}
	#leftcontent {
		position: relative;
		left: 0px;
		text-align: center;
		width: 125px;
		top: 0px;
		}
	#leftcontent {
		text-align: -moz-center;
		}
	#centerleftcontent {
		position: relative;
		left: 125px;
		text-align: center;
		width: 125px;
		top: -47px;
		}
    #centerleftcontent
        {
            text-align: -moz-center;
        }
    #centercontent  {
        position: relative;
        text-align: center;
		left: 250px;
		width: 125px;
		top: -94px;
    }
    #centercontent
    {
        text-align: -moz-center;
    }
	#centerrightcontent {
		position: relative;
		text-align: center;
		left: 375px;
		width: 125px;
	    top: -141px;
		
		}
	#centerrightcontent
	{
	    text-align: -moz-center;
	}
	#rightcontent {
		position: relative;
		text-align: center;
		left: 500px;
		width: 125px;
		top: -188px;
		}
	#rightcontent
	{
	    text-align: -moz-center;
	}


