
#footerLine1 {
    left: 50%;
    position: relative;
    height: 8px;
    width: 375px;
    margin-left: -187px;
}

* html #footerLine1 {
    left: 50%;
}

#footerLine2 {
    left: 50%;
    position: relative;
    height: 8px;
    width: 263px;
    margin-left: -132px;
}

* html #footerLine2 {
    left: 50%;
}

#footerLine3, #footerLine4 {
    left: 50%;
    position: relative;
    height: 8px;
    width: 600px;
    margin-left: -300px;
}

* html #footerLine3, * html #footerLine4 {
    left: 50%;
}

#footerGalleryLink {
    height: 54px;
    width: 112px;
    left: 50%;
    position: relative;
    margin-left: -56px;
    border: 0px;
}

* html #footerGalleryLink {
    left: 50%;
}

#footerGoToCart {
    height: 60px;
    width: 132px;
    left: 50%;
    position: relative;
    margin-left: -67px;
    border: 0px;
}
    
* html #footerGoToCart {
    left: 50%;
}

#footerPaypal {
    height: 80px;
    width: 210px;
    left: 50%;
    position: relative;
    margin-left: -105px;
    border: 0px;
}

* html #footerPaypal {
    left: 50%;
}

#footer ul {
        margin-left: 50px; 
}

* html #footer ul {
        margin-left: 100px;
}

#footer li {
    list-style-type: none; 
    display: block; 
    float: left; 
    margin: 10px;
}

#footerCopywrite {
    color: black;
    text-decoration: none;
    left: 50%;
    position: relative;
    margin-left: -130px;
}

* html #footerCopywrite {
    left: 50%;
    width: 100%;
}