<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
width="100%" height="100%"
xmlns:view="com.speciesexplorer.view.*"
xmlns:services="com.speciesexplorer.services.*"
paddingTop="5" paddingBottom="5" paddingLeft="5" paddingRight="5"
backgroundGradientColors="[0xB7CC9A,0xD5EDB3]"
backgroundColor="0xB7CC9A" viewSourceURL="srcview/index.html">
<mx:Style source="main.css"/>
<services:SpeciesExplorerComponents id="components"/>
<view:MainView/>
</mx:Application>