div#frontPage {
    background: url('../img/background.png') no-repeat 30px 20px; width: 899px;
}

div#download {
    background: url('../img/downloadBackground.png') no-repeat;
    color: rgb(255,255,255);
    height: 396px;
    margin-top: 15px;
    margin-left: auto;
    padding: 20px 20px;
    width: 396px;
}

div#download ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#download ul#osOptions li {
    float: left;
    margin-right: 3px;
	margin-bottom: 30px;
}

div#download h3 {
    clear: both;
}

