/* SPLASH CSS - 08/03/2009 

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			
*/

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

@import "reset.css";

* {
	margin: 0;
	padding: 0;
}

/* now I'm working with a clean slate! */


/* Typography
---------------------------------------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans serif;
	font-size: 14px;
	color: #333;
}

form#signup p {
	color: #999;	
}

form#signup {
	font-size: 12px;	
}

p#description, form#signup {
	text-align: center;	
}

p#description {
	font-style: italic;	
}

/* Positioning
---------------------------------------------------------------------------------------- */    

body {
    background: white;
}

div#splash_container {
	width: 580px;
	height: 500px;	
	margin: 88px auto 0 auto;
}

h1 {
	background: url('../images/moneylah.gif');
	height: 100px;
	width: 500px;
	text-indent: -300px;
	overflow: hidden;
	margin: 0 auto;
}

form#signup {
	margin: 15px 0 0 0;	
}

form#signup p {
	margin: 0 0 5px 0;
}

/* IE Fixes
---------------------------------------------------------------------------------------- */


/* damn you, IE.  damn you */


/* 3rd Party
---------------------------------------------------------------------------------------- */
