
body { 
   margin: 0px; 
   color: black; 
   background: #F0EDD2; 
}

a { 
   color: gray; 
}

input#button {
   padding: 4px 2px;
}

#main {
   width: 950px;
   margin-left: auto;
   margin-right: auto;
}

#donations {
   float: none;
   overflow: auto;
}

#donate_button {
   width: 120px;
   height: 46px;
   float: left;
   line-height: 46px;
   text-align: center;
   padding-top: 10px;
}

#donate_text {
   height: 46px;
   float: left;
   line-height: 46px;
   text-align: center;
   padding-top: 2px;
}

#ip4_header {
   float: none;
   overflow: none;
}

#ip4_launcher {
   width: 200px;
   height: 46px;
   float: left;
}

#ip4_donate_button {
   width: 120px;
   height: 46px;
   float: right;
   line-height: 46px;
   text-align: center;
   padding-top: 6px;
}

#ip4_donate_text {
   height: 46px;
   width: 260px;
   line-height: 23px;
   float: right;
   text-align: right;
   padding-top: 2px;
}
