#content { 
           background-color: white;
           margin-left: auto;
           margin-right: auto;
 }

BODY { 
       background-color: #002957;

 }

#software_item { 
                 background-color: #EEE;
                 width: 90%;
                 border: 1px solid;
                 margin-left: auto;
                 margin-right: auto;
                 -moz-border-radius: 10px;
                 padding: 10px;
 }


#link { 
        float: right;
        top: 0px;

 }

#screenshots { 
               display: table-cell;
               -moz-border-radius: 10px;

 }