/*------------------------------------------------------------------
[Splash Stylesheet]

Project: Write Lady
Author: Scott Lively <scott@123shoot.com>
Version: 1.1
Last change: 10/02/08
-------------------------------------------------------------------*/

@import 'reset.css';

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Navigation   [#nav_main]
3. Content      [#content]
4. Footer       [#ftr]
5. Error
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Body ]
-------------------------------------------------------------------*/
html {
    margin-bottom: 1px;
    min-height: 100%;
}

body {
    background-color: #000C26;
    color: #000000;
    font-family: Courier New, Courier6, monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: left;
    word-spacing: 0px;
}

#wrapper {
    background-image: url(../images/wrapper.jpg);
    background-repeat: repeat-y;
    height: 100%;
    margin: auto;
    width: 900px;
}

#intro_container {
    background-color: #DFD7E7;
    height: 600px;
    width: 900px;
}

