body {
background: url(bar.jpg) top left no-repeat; 
}

h1 {
position: relative;
left: 250px; 
width: 400px; 
}

h4 {
position: absolute; 
left: 540px; 
width: 190px; 
top: 2em; 
}

h3 {
text-align: center; 
}

#onemoar {
padding: 1px; 
background: white; 
}

#from {
position: relative; 
width: 500px; 
left: 208px; 
top: -1.5em; 
text-align: left; 
background: #CCEEB2; 
border: 2px solid black; 
padding: 3px; 
}

#dem {
position: relative; 
width: 64%; 
left: 26%; 
top: -2em; 
text-align: right; 
}

input {
background: #A2B080; 
}

#sub {
position: relative; 
width: 15%; 
left: 8%; 
top: -4em; 
border: 2px solid black; 
padding: 2px; 
text-align: center; 
background: white; 
}