html {
    position: relative;
    min-height: 100%;
}
body {
    margin:0 0 100px;
	background-color:#fbfae6;
    background-image:url('444.jpg');
    background-repeat:no-repeat;
    background-position:center top; 
}
#wrap {
    width:1000px; height:100%;
	background-color:none; border:0px solid red;
	margin-left:auto; margin-right:auto;
	overflow:hidden;
}
#head {
    width:1000px; height:262px;
	border:0px solid green;
}
#swrap {
    width:1000px; height:100%;
	border:0px solid yellow;
}
#left {
    width:260px; height:100%; float:left;
	border:0px solid white;
}
#push1 {
    width:260px; height:75px;
	border:0px solid red;
}
#right {
    width:732px; height:100%; float:right;
	border:0px solid white;
}
footer {
    background-color: #061b61;
	
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}
#foot {
    background-color:none;
	border-top:1px solid #555;
    width:1000px; height:100px;
	margin-left:auto; margin-right:auto;
}
.copy {
    width:400px;
    margin-left:auto; margin-right:auto;
	background-color:none;
}
.copy, .copy a:link {
    
    color:#eee;
	padding-left:15px;
	font-weight:none; font-family:"Verdana"; font-size:10px;
	text-decoration:none;
}
.copy a:hover {
    text-decoration:underline;
}
#footmenu {
    width:580px;
    margin-left:auto; margin-right:auto;
	background-color:none;
}
#footmenu li {
    display:inline;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#footmenu a:link, a:visited {    
	padding-right:6px; padding-left:6px;
	border-right:1px solid #fff;
	font-family:"Verdana"; font-size:10px;
	font-weight:none;
	color:#fff;
	text-decoration:none;
	width:250px;
}
#footmenu a:hover, a:active {
    text-decoration:underline;
}