*{

    padding:0;
}

body {
    background-color:#F0EFEE;
    color:#666;
    font:14px/1.3 Arial,sans-serif;
}

footer {
    background-color:#212121;
    bottom:0;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:47px;
    left:0;
    position:fixed;
    width:100%;
    z-index:100;
}

footer h2{
    font-size:22px;
    font-weight:normal;
    left:450px;
    margin-left:-400px;
    padding:10px 0;
    position:absolute;
    width:520px;
	bottom:-25px;
}
footer h3{
    font-size:14px;
    font-weight:normal;
	color:#ffffff;
    left:570px;
    margin-left:-400px;
    padding:10px 0;
    position:absolute;
    width:520px;
	bottom:-10px;
}

footer h4{
    font-size:22px;
    font-weight:normal;
	color:#ffffff;
    right:100px;
    margin-left:-400px;
    padding:10px 0;
    position:absolute;
    width:520px;
	bottom:-30px;
}
footer h5{
    font-size:12px;
    font-weight:normal;
	color:#ffffff;
    right:270px;
    margin-left:-400px;
    padding:10px 0;
    position:absolute;
    width:520px;
	bottom:-10px;
}

footer a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:80%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
	bottom:5px;
}

footer .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
	
}

.container {
    width: 100%;
 	
}
