/* CSS Document */
/*Splash*/
* {padding:0; margin:0;}
a img {border:0;}
body {background:#0d140d; color:#384732; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:17px;}

#wrapper {width:960px; margin:0 auto;}
#content {position:absolute; top:270px; width:425px; margin-left:535px; z-index:2;}
#spiral {position:absolute; width:580px; height:720px;}

h1, a {color:#888f72;}

/*Button*/
#continue, #continue a {width:150px; height:58px; display:block;}
	#continue b {display:none;}
	#continue a:hover {background-position:bottom; background-repeat:no-repeat;}	
#continue, #continue a {background:url(../images/splash/button-continue.gif);}

/*IE PNG Fix*/
* html #content img {behavior:url(scripts/iepngfix.htc);}

.pad-top {padding-top:20px;}