html{
    height: 100%;
    text-align: center;
}
body{
    width: 100%;
    height: 100%;
    text-align: center;
}
#container, #footer, #header, #content {
    width:996px;
}
#footer{
    height: 30px;
}
#header {
    height:418px;
}
#wrap-container{
	min-height:100%;
	height:auto !important;
	height:100%;
}
#bg1, #bg2, #bg3{
	min-height:100%;
	height:auto !important;
	height:100%;
}
#bg2{
    padding:0;
}
#bg3{
    margin:0 auto;
    width:100%;
}
