<?xml version="1.0" encoding="utf-8"?>
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
    verticalGap="8">

    <mx:HBox>
        <mx:Image 
        source="assets/fstop/city.jpg" />
        <mx:VBox>
            <mx:Text 
                fontSize="13"
                width="250"
                color="#F8E5BB">
                <mx:text>
                    At f-Stop, you can view and purchase unique prints by amateur and professional photographers.
                </mx:text>
            </mx:Text>
            <mx:Text 
                fontSize="13"
                width="250"
                color="#F8E5BB">
                <mx:text>
                    Shoppers, you can browse our Gallery to find the perfect evocative images for every room in your office or home.
                </mx:text>
            </mx:Text>
            <mx:Text 
                fontSize="13"
                width="250"
                color="#F8E5BB">
                <mx:text>
                    If you are a photographer, go to the Contribute section to upload your files and sell your prints.
                </mx:text>
            </mx:Text>            
        </mx:VBox>
    </mx:HBox>
    <mx:Image 
        source="assets/fstop/beach.jpg" />
        
</mx:VBox>