*{
    margin:0;
    padding:0;
}

body {
	 width:100%;
	  width:100%;
    background-color:#1a4fc1;
    color:#fff;
    font:14px/1.3 Arial,sans-serif;
}

footer {
    background-color:#1a4fc1;
    bottom:0;
    box-shadow: 0 -1px 2px #111111;
    display:block;
    height:55px;
    left:0;
    position:fixed;
    width:100%;
    z-index:-1;
}

footer h2{
    font-size:18px;
    font-weight:normal;
    left:20%;
    margin-left:-30px;
    padding:0px 0;
    position:absolute;
    width:540px;
}

footer a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:10px;
    margin:5px 0 0 0px;
    position:absolute;
    top:0;
}

footer .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

.container {
	position: fixed;
	position:expression("absolute");
	z-index:100;
    left: 50%;
    margin-left: -430px;
}
