/* -- CONTENT -- */
#content { width: 635px; }
#subscription {
    float: left;
    width: 310px;
}
#prepaid { margin-left: 325px; }
.price {
    color: #F30;
    font-size: 1.8em;
}
#find {
    background: url(../images/map.png) no-repeat top left;
    clear: both;
    height: 200px;
    position: relative;
}
#find form {
    left: 150px;
    position: absolute;
    top: 90px;
}
#find form input[type=text] {
    font-size: 1.4em;
    width: 300px;
}

/* -- ASIDE -- */
aside { margin-left: 650px; }
#downloadbox img {
    float: left;
    margin: 0 5px 0 15px;
}

