@CHARSET "UTF-8";

/* $Id: basic.css,v 1.0 2008-05-27 12:01:00 asc Exp $ */

/**
 * EcoDriving USA, for the Alliance of Automobile Manufacturers
 * Copyright, 2008 Actual Size Creative. All rights reserved.
 * 
 * http://www.actualsizecreative.com/
 *
 */



/**
 * LOAD STYLE LIBRARY
 */
 @import "reset.css";

 @import "grid.css";
 @import "typography.css";
 @import "forms.css";


/**
 * SETUP BODY
 */
 body {
 margin: 0 auto;
 padding: 0;
 width: 964px;
 background: rgb(96,150,189) url("../images/background-gradient.png") repeat-x top center;
 }
 
 * html body {
 width: 1044px;
 }
 
