@charset "utf-8";
/* CSS Document */

#container {
	position:absolute;
	width:800px;
	height:110px;
	z-index:1;
	background-color: gray;
	padding-top:10px;
        left:230px;
        top:880px;
        
}
#footerText {
        color:white;
        font-size: 17px;
	position:absolute;
	width:799px;
	height:65px;
	z-index:1;
	border: 1px black;
}
#container2 {
        color:white;
	position:absolute;
	width:799px;
	height:100px;
	z-index:2;
	left: 0px;
	top: 85px;
	border: 1px black;
	border-bottom: dotted;
}
#topBrands {
        color:white;
        color:white;
	position:absolute;
	width:200px;
	height:100px;
	z-index:4;
	left: 150px;
	top: 0px;
}
#ourShopAt {
        color:white;
	position:absolute;
	width:150px;
	height:100px;
	z-index:3;
	left: 550px;
	top: 0px;
}
#footer {
        color:white;
	position:absolute;
	width:798px;
	height:25px;
	z-index:4;
	left: 0px;
	top: 215px;
}
a.footer:link,a.footer:visited{
	text-decoration:none;
	color: white;
}
a.footer:hover{
	color: orange;
}

table.footer{
        color:white;
        text-align: center;
        font-size: 18px;
}

body{
    font-family: arial;
}
.footerMid{
    font-size: 15px;
}