/*------------------------------------------------------------------
[Flash Intro Stylesheet]

Project: JA Fellows
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 08/07/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
-------------------------------------------------------------------*/
html, body { height:100%; margin:0 0 1px; padding:0; }

body {
    background-color:#FFF;
    background-position:center top;
    color:#000;
	font-family:Helvitica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	line-height:14px;
	text-align:left;
}

#wrapper { margin:auto; width:860px; }

a { color:#007836; text-decoration:underline; }
a:hover { color:#666; }

p { text-align:center; }

