html, body {
margin: 0px;
padding: 0px;
border: 0px;
}

body {
text-align: center;
font-family: Arial;
background-color: #e8ffe0;
color: #000000;
}
#carrier { 
width: 770px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

#engpart {
width: 385px;
float: left;
}

#ruspart {
margin-left: 385px;
}
#ruspart .head, #ruspart .content {
border-left: solid 2px #98e098;
}
#ruspart .foot {
border-left: solid 2px #ffffff;
}
.head {padding: 10px 5px;
margin: 0px;
border-top: solid 20px #98e098;
border-bottom: solid 30px #98e098;
}
.head h1, .head h2 {
color: #006400;
}
.content {
margin: 0px;
padding: 10px;
}
.content a {
color: #000000;
text-decoration: underline;
outline: none;
}
.foot {padding: 10px;
margin: 0px;
}
.foot {
background-color: #98e098;
text-align: left; 
font-size: 90%;
}
.foot a {
color: #000000; 
text-decoration: none;
outline: none;
}
.foot a:hover {
text-decoration: underline;
}