@charset "utf-8";
/*  
Copyright 2010 3 Degree Designs Group, LLC.
Author: 3 Degree Designs Group, LLC.
Date: April 19, 2010
*/

@import url(reset.css);

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; background: #484848; }
#container { position: relative; width: 960px; margin: 0 auto; }
p { line-height: 19px; }
a { font-weight: bold; color: #ffffff; }
a:hover { color: #990000; }

#splash { position: relative; width: 960px; z-index: 1; }
#copy { position: relative; z-index: 2000; margin: -10px 0 0 0; text-align: center; }
#copy p { padding: 10px; }
