#container{
position:relative;
margin:0 auto;
width:900px;
height:100%;
/*border:1px solid red;*/
z-index:2;
}

#header{
height:167px;
position:relative;
/*border:1px solid green;*/
}

#header h1{
position:relative;
width:366px;
}
#header span{
position:absolute;
top:50px;
right:0px;
}

#content{
clear:both;
/*border:1px solid blue;*/
}

#footer{
position:relative;
margin:40px 0 0 0;
width:auto;
/*border:1px solid pink;*/
}
#footer #footer-image{
padding:0 0 20px 0;
text-align:center;
}
#footer #copyRight{
font-size:11px;
color:#ffffff;
padding:0px;
text-align:center;
/*color:red;*/
}