/* Created by Grow for Inlightin 2006 */

/*        -------------------------------------------------------------
        Grow Media Design 2006
        www.growmedia.co.uk
        One of These Pixels is Doing its Own Thing
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Description:        Base setup styles
        Filename:                inlightin.css
        Version:                2.1
        Date:                        Jul 02, 2006
        -------------------------------------------------------------        */


/*        -------------------------------------------------------------
        Base Body Styles
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */
        /* Netscape 4 safe font sizes */

body, div, p, th, td, li, dd        {
        font-family:         helvetica, arial, verdana, san-serif;
        font-size: 13px;
}

body {
        margin:0px;
        padding:0px;
        text-align:center;
        border: 0;
        color:#333;
        background: #333333; /*url(../img/bkg.jpg) top left repeat-x*/;
}

div.spacer {
  overflow: hidden;
        clear: both;
        height: 1px;
        margin: -1px 0 0 0;
        font-size: 1px;
}

/*        -------------------------------------------------------------
        TEXT
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */





/*        -------------------------------------------------------------
        LAYOUT
        - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -        */

#container {
        width: 100%;
        \width: 100%;  /* for IE5/Win */
        w\idth: 100%;  /* for good browsers */
        margin: 0px auto 0px auto;
        overflow: visible;
        text-align: centre;
}

html, body
{
        height: 100%;
}

#flashcontent{
        position: absolute;
        width: 800px;
        height: 530px;
        left: 50%;
        top: 50%;
        margin-left: -400px;
        margin-top: -265px;
}

