@import url(http://mikalsaintgeorge.com/mt-static/themes-base/blog.css);
@import url(http://mikalsaintgeorge.com/mt-static/addons/Commercial.pack/themes/professional-black/screen.css);

#container {
	padding-top: 20px;
	position: relative;
	background-image: url(http://mikalsaintgeorge.com/images/msg-back.jpg);
        background-attachment: fixed
}


#container-inner {
    padding-top: 20px;
    position: relative;
    width: 1000px;
    margin-right:auto;
    margin-left:auto;
    padding: 10px;
    border-bottom: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-left: 1px solid #2e2e2e;

}

#footer { 
    background: #000;
    color: #fff;
}

#footer a {
    color: #921712;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 20px 15px 20px 20px;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}

