html{
    height:100%;
}
body{
    height:100%;
}
div#container{
    width: 700px;
    position:relative;
    height: 100%;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div
#main{
    position:absolute;
    top:126px;
    left:175px;
}
#main1{
	position:absolute;
	top:77px;
	left:-5px;
	width: 800px;
}
#head{
	position:absolute;
	top:-1px;
	height:121px;
	width:100%;
	left: -3px;
}
#left{
	position:absolute;
	top:123px;
	height:140px;
	width:160px;
	left: 1px;
}
#foot{
    position:absolute;
    bottom:0px;
    height:30px;
    width:100%;
}

