/*

Copyright Firefly FZ LLC. All rights reserved. 
This software contains the confidential and trade secret information of Firefly FZ LLC.
Copying, distribution or disclosure without Firefly's express written permission is prohibited.

For more information:
Website: www.firefly-group.com
Email: info@firefly-group.com

*/


/* Reset
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	line-height: 1.0em;
}

html, body {
	height: 100%; 
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	font-family: "Arial",Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#FFFFFF;
}

table{
	padding:0px;
	margin:0px;
}

div.clearFix {clear:both;}


/* Global Styles
----------------------------------------------- */

img{ border:0px;}

.topSpacer{margin-top:100px;}
/* Splash Page
----------------------------------------------- */

