Created:	  January 29, 2008
Last Updated: January 29, 2008
By:			  Rob English
For:		  David Sinclair & Dimeaglass Entertainment
-------------------------------------------------
*/

*{
	margin: 0;
	padding: 0;
}
/* Body Styles */

body{
 text-align: center;
 background:url(../images/splash_bg.png) fixed;
 }
 
 #wrapper {
 width: 691px;
 margin: 0 auto;
 text-align: left;
 }
 
 #topSplash {
 width: 672px;
 height: 368px;
 background:url(../images/splash_top.png) no-repeat;
 padding-left: 9px;
 padding-top: 14px;
 /*margin-left: 20px;
 margin-top: 20px;*/
 }
 
 #bottomSplash {
 width: 368px;
 height: 50px;
 background:url(../images/splash_bottom.png) no-repeat;
 padding-left: 314px;
 padding-top: 50px;
 /*margin-left: 10px;
 margin-right: 10px;*/
 }
 
 #bottomSplash a {
text-decoration: none;
color: #336633;
font-family: arial;
font-size: .95em;
font-weight: bold;
}

#bottomSplash a:hover {
text-decoration: underline;
color: #336633;
font-family: arial;
font-weight: bold;
}