html {
height: 100%;
}
img {
border: 0;
}
body {
background-color: #A79A93;
height: 100%;
}

#main {
min-height: 100%;
position: relative;
top: 0px;	
width: 670px;
margin-left:auto; 
margin-right:auto; 
}	

.logo {
position: relative;	
top: 15px;
padding-left: 8px;
}

.new_site {
position: relative;
top: 10px;
padding-left: 8px;
padding-bottom: 3px;
}

.indent8 {
padding-left: 8px;
}
.float_left {
float: left;
padding-left: 8px;
}

.float_right {
float: right;
padding-top: 18px;
padding-bottom: 25px;
}
.popup {
width: 220px;
height: 148px;
overflow: hidden;

}
.popup a {
text-decoration: none;
display: block;
border: 1px solid #A79A93;
width: 220px;
height: 148px;
overflow: hidden;
}
.popup a img {
border: 0;
}
.popup a:hover {
border: 1px solid #ffffff;	
width: 218px;
height: 146px;
}
