/* -- CONTENT -- */
#content { width: 635px; }
#wifi-access {
    float: left;
    width: 310px;
}
#mobile-broadband { margin-left: 325px; }
#mobile-broadband h3 { color: #144580; }
#mobile-broadband img.icon, #wifi-access img.icon { vertical-align: middle; height: 40px;}
#wifi-access p.buttons, #mobile-broadband p.buttons { text-align: center; }
.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; }
#promobox {
    text-align: center;
    padding: 5px;
}

