

* {
    margin: 0;
    }
	
html, body {
    height: 100%;
    }
	
#wrap {
width: 1034px;
min-height: 100%;
height: auto !important;
height: 100%;
margin-left: 34px;
}
/* the bottom margin is the negative value of the footer's height */

#header{
background-image:url(../common/header.gif);
width: 1034px;
height: 130px;
bacground-repeat: no-repeat;
}

.header-img{
float:right;
}

.header-txt{
padding-top: 75px;
width: 500px;
margin-left: 113px;
}

h1{
font-size:100%; 
}
	
#container{
margin-top: 30px;
}

#side{
float: left;
width: 171px;
}


#navi{
float:left;
}

#navi img {
border: none;
vertical-align:top;
}

#navi ul {
padding: 0px;
list-style: none;
line-height: normal;
}

#navi li{
list-style:none;
padding:0px;
}


#main-contents{
width: 800px;
float: right;
}


.footer-btbox{
margin-right: auto;
margin-left: auto;
width: 800px;
margin-bottom:30px;
}

.footer-bt-L{
float: left;
margin-right: 10px;
}

.footer-bt-R{
float: right;
}


#push{
height: 50px;
}
	
#footer {
width: 1000px;
margin-left: auto;
margin-right: auto;
height: 50px;
background-color: #FFFFFF;
text-align: center;
font-size:77%; 
}
/* #push must be the same height as #footer */	

