/*-------------------------------------------------------------------------------------------------------------------------------------------------
Basic Style Sheet

Version: 1.1
Author: Nathan Winter
Website: http://www.industriarts.com
-------------------------------------------------------------------------------------------------------------------------------------------------*/

/* Global
-------------------------------------------------------------------------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
html, body { height: 100% }
body { color: #808080; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000; }
img { margin: 0; padding: 0; border-style: none; }
a, a:link, a:focus, a:active, a:hover { outline: none; }

/* Splash
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#splashwrapper { position: relative; left: 50%; width: 610px; margin-left: -305px; }
#splashtop { background-image: url(../../i/splash/splashtop.gif); background-repeat: no-repeat; height: 711px; }
#splashbottom-left { background-image: url(../../i/splash/splashbottom-left.gif); background-repeat: no-repeat; width: 482px; height: 19px; float: left; }
#splashbottom-right { width: 100px; height: 19px; float: right; }
#splashbottom-right a { background-image: url(../../i/splash/splashbottom-right.gif); background-repeat: no-repeat; background-position: left top; width: 100px; height: 19px; display: block; text-indent: -5000px; }
#splashbottom-right a:hover { background-position: right top; }

/* Links
-------------------------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited { color: #99d553; text-decoration: none; }
a:hover { color: #f0f0f0; text-decoration: none; }
a:active { color: #99d553; text-decoration: none; }

