@CHARSET "UTF-8";

@media screen, projection, handheld, tv {
    
.hidden, .printOnly
{
    display: none;
}
    
.cleaner
{
    clear: both;
}


html, body, form, h1, h2, h3, h4, h5, h6, ul, li, img
{
    margin: 0;
    padding: 0;
}    
    
body
{
    text-align: center;
}

form input, form button
{
    font-family: Verdana, sans-serif;
}
        
/*** PAGE *********************************************************************/           
        
#page
{
    text-align: left;    
    
    background-color: #FFFFFF;
    
    font-family: Verdana, sans-serif;
    font-size: .75em;
    color: #5c5b60;
    
    
    margin: 0 auto;
    padding: 0;
    
    width: 970px;  
          
}    
 
    /*** HEADER ***************************************************************/
    
    #header 
    {
        
    }
        
        /*** HEADER TOP *******************************************************/
        
        #headerTop
        {
            position: relative;
            
            background-image: url('/img/ribbon.gif');
            background-repeat: repeat-y;
            
            height: 30px;            
        }
        
            #headerTopLang
            {
                position: absolute;
                                
                height: 30px;
                
                top: 0;
                right: 40px;
                
                background-image: url('/img/lang_arrow.gif');
                background-repeat: no-repeat;
                background-position: left;                                
            }
            
                #headerTopLang a
                {
                    display: block;

                    line-height: 30px;
                    
                    padding-left: 30px;
                    padding-right: 10px;
                    
                    color: #ffffff;
                    font-weight: bold;
                    text-decoration: none;                    
                }
                
                #headerTopLang a:hover
                {
                    text-decoration: underline;                    
                }
                   
                    
        
        /*** HEADER LEFT ******************************************************/
        
        #headerLeft
        {
            float: left;
            margin-bottom: 0;
        }
        
            #headerLogo
            {
                background-image: url('/img/header_logo.gif');
                background-repeat: no-repeat;
                
                height: 170px;
                width: 330px;
 
            }
            
            #headerLogo h2, #headerLogo h2 a
            {
                display: block;
                width: 100%;
                height: 100%; 
            }
        
        /*** HEADER RIGHT *****************************************************/
        
        #headerRight
        {
            float: right;
            margin-right: 40px;        

            width: 600px;
        }
        
            /*** NEWS *********************************************************/
            #headerNewsPageLink
            {
                float: left;
                
                background-image: url('/img/header_news.gif');
                background-repeat: no-repeat;
                
                width: 110px;
                height: 40px;
                
            }
            
                #headerNewsPageLink h2, #headerNewsPageLink h2 a
                {
                    display: block;
                    width: 100%;
                    height: 100%;
                }                
            
            #headerNewsList
            {
                float: right;
                width: 490px;
               
                font-size: .75em;
            }
            
                #headerNewsList div.NewsItem
                {
                    
                    
                    margin-left: 10px;
                    margin-top: 5px; 
                    
                    clear: both;                                      
                    
                }
                
                    #headerNewsList div.NewsItem div.NewsDate
                    {
                        float: left;
                        width: 85px;
                        height: 20px;
                        
                        margin-top: 7px;
                        padding-left: 5px;
                        
                        border-left: 2px solid #007098;
                        color: #007098;
                        font-weight: bold;
                        line-height: 30px;
                    }                                                           
                    
                    #headerNewsList div.NewsItem div.NewsBody                   
                    {
                        position: relative;
                        width: 360px;
                        margin-left: 90px;                                                                        
                    }
                    
                    body>#page #headerNewsList div.NewsItem div.NewsBody                   
                    {
                        
                        width: 365px;
                        margin-left: 90px;                                                                        
                    }
                    
                    #headerNewsList div.NewsItem div.NewsBody h3
                    {
                        font-size: 1em;
                        margin: 0;
                        padding: 0;                       
                    }
                    
                    #headerNewsList div.NewsItem div.NewsBody h3 a
                    {
                        text-decoration: none;
                        color: #5c5b60;
                    }
                    
                    #headerNewsList div.NewsItem div.NewsBody h3 a:hover
                    {
                        text-decoration: underline;
                    }
                    
                    #headerNewsList div.NewsItem div.NewsBody p
                    {
                        text-align: justify;
                        margin: 0;
                        padding: 0;
                                                
                    }
                    
                    #headerNewsList div.NewsItem div.NewsBody p a.detail
                    {
                        position: absolute;
                        top: 0;
                        right: -25px; /* IE 6 */
                        
                        display: block;
                                                
                        width: 20px;
                        height: 40px;
                        min-height: 40px;
                        
                        background-image: url('/img/arrow_right_green.gif');
                        background-repeat: no-repeat;                                               
                        
                        margin: 0;

                    }
                    
                        #headerNewsList div.NewsItem div.NewsBody p a.detail:hover
                        {
                            background-image: url('/img/arrow_right_red.gif');
                        }
            
            /*** SEARCH *******************************************************/
            #headerSearch
            {
                position: relative;
                
                clear: both;
                
                height: 40px;
                width: 600px;
                
                padding: 0;
                margin: 0;            
            }
            
                #headerSearch label
                {
                    position: absolute;
                    top: 0;
                    right: 140px;
                                    
                    display: block;
                    
                    background-image: url('/img/header_search.gif');
                    background-repeat: no-repeat;
                    
                    width: 130px;
                    height: 40px;                    
                }
                
                #headerSearchField
                {
                    position: absolute;
                    top: 13px;                    
                    right: 30px;
                    
                    border: 1px solid #5c5b60;
                    width: 100px;
                    height: 14px;
                    
                    font-size: .75em;
                    color: #5c5b60;                                       

                }
                
                #headerSearchSubmit
                {
                    display: block;
                    
                    position: absolute;
                    top: 0;
                    right: 0;
                                                
                    width: 20px;
                    height: 40px;
                    min-height: 40px;
                    
                    background-image: url('/img/arrow_right_red.gif');
                    background-repeat: no-repeat; 
                    
                    border: 0;
                    
                    padding: 0;
                    
                    text-indent: -2000em;                    
                    cursor: pointer; cursor: hand;

                }
                
                #headerSearchSubmit:hover
                {
                    background-image: url('/img/arrow_right_green.gif');
                }    
                    
        
        /*** HEADER BOTTOM ****************************************************/
        
        #headerBottom
        {
            background-image: url('/img/ribbon.gif');
            background-repeat: no-repeat;
            
            height: 10px;
            
            margin-top: 0;
            margin-bottom: 5px;
            
            clear: both;
        }
        
    /*** CONTENT **************************************************************/
    
    #content
    {   
        padding: 0;
        margin: 0;
    }
    
        /*** CONTENT LEFT *****************************************************/
        
        #contentLeft
        {           
            margin-left: 20px;
            
            width: 290px;
            
            float: left;
            overflow: hidden;
            
        }
        body>#page #contentLeft
        {
            margin-left: 40px;
        }
        
            #contentLeft ul
            {
                padding: 0;
                margin: 0;
            }
            
            #contentLeft ul li
            {
                list-style: none;
                
                /*height: 30px;*/
                width: 100%;
                
                line-height: 30px;
                
                
            }
            
            #contentLeft ul li a
            {
                display: block;
                
                font-size: .85em;
                font-weight: bold;
                text-decoration: none;
                                
                height: 100%;
                
                text-transform: lowercase;
                

            }
            
            #contentLeft ul li a:hover
            {
                color: #a8000c;
                text-decoration: none;               
            }
            
            /*** MENU *********************************************************/        
            #contentMenu
            {
                margin-left: 0;
                margin-right: 7px;             
                
                width: 155px;
                
                float: left;
            }
            
                #contentMenu ul li
                {
                    border-bottom: 1px solid #adb81a;
                }
                
                #contentMenu ul li a
                {
                    color: #adb81a;
                    padding-left: 25px;
                }                         
            
            #contentSubMenu
            {
                margin-left: 0;
                margin-right: 7px;
                                
                width: 121px;
                
                float: right;
            }
            
                #contentSubMenu ul li
                {
                    border-bottom: 1px solid #007098;
                }
                
                #contentSubMenu ul li a
                {
                    color: #007098;
                }
                
            /*** PRESS ********************************************************/
            #contentPress
            {                                            
                
                width: 282px;
                
                padding-top: 20px;
              
                clear: both;
            }                 
            
                #contentPressPageLink
                {
                    position: relative;
                
                    background-image: url('/img/press_header.gif');                                       
                    background-repeat: no-repeat;
                    
                    margin: 0;
                    padding: 0;                 
                    
                    width: 282px;
                    height: 40px;                    
                    
                }
                    #contentPressPageLink h2, #contentPressPageLink h2 a
                    {
                        display: block;
                        width: 100%;
                        height: 100%
                    }
                                
                    #contentPressLogo
                    {
                        position: absolute;
                        
                        top: 3px;
                        left: 210px;
                        
                        width: 33px;
                        height: 33px;
                                            
                        background-image: url('/img/press_logo.gif');
                        background-repeat: no-repeat;
                    }
                        
                        #contentPressLogo a
                        {
                            display: block;
                            width: 100%;
                            height: 100%
                        }
                

                
                    #contentPressList
                    {                      
                        font-size: .75em;
                    }
                    
                        #contentPressList div.NewsItem
                        {
                            
                            border-bottom: 1px solid #adb81a;
                            
                            padding-top: 5px;
                            padding-bottom: 5px;
                            
                            margin-bottom: 0px; /* IE 6 */
                            margin-top: 0px; /* IE 6 */
                            
                            clear: both;
                        }
                        
                        body>#page #contentPressList div.NewsItem
                        {
                            margin-bottom: 0;
                            margin-top: 0;
                        }  
                        
                            #contentPressList div.NewsItem div.NewsDate
                            {
                                float: left;
                                
                                width: 60px;
                                height: 85px;
                                
                                margin-left: 20px; /* IE 6 */

                                
                                line-height: 85px;
                                
                                color: #007098;
                                font-weight: bold;
                            }
                            
                            body>#page #contentPressList div.NewsItem div.NewsDate
                            {
                                margin-left: 30px;
                            }                                                         
                            
                            #contentPressList div.NewsItem div.NewsBody                   
                            {
                                float: right;
                                
                                margin-right: 10px;
                                
                                width: 160px;
                                position: relative;
                            }
                            
                            
                            #contentPressList div.NewsItem div.NewsBody h3
                            {
                                font-size: 1em;
                                margin: 0;
                                padding: 0;                       
                            }
                            
                            #contentPressList div.NewsItem div.NewsBody h3 a
                            {
                                text-decoration: none;
                                color: #5c5b60;
                            }
                            
                            #contentPressList div.NewsItem div.NewsBody h3 a:hover
                            {
                                text-decoration: underline;
                            }
                            
                            #contentPressList div.NewsItem div.NewsBody p
                            {
                                text-align: justify;
                                margin: 0;
                                padding: 0;
                                                        
                            }
                            
                            #contentPressList div.NewsItem div.NewsBody p a.detail
                            {
                                position: absolute;
                                top: 22px;
                                left: -100px;  /* IE 6 */                            
                                
                                display: block;
                                                        
                                width: 20px;
                                height: 40px;
                                /*min-height: 40px;*/
                                
                                background-image: url('/img/arrow_right_green.gif');
                                background-repeat: no-repeat;                                               
                                
                                margin: 0;
        
                            }
                            
                            body>#page #contentPressList div.NewsItem div.NewsBody p a.detail
                            {
                                left: -115px;
                            }
                            
                            #contentPressList div.NewsItem div.NewsBody p a.detail:hover
                            {
                                background-image: url('/img/arrow_right_red.gif');
                            }          
        
        /*** CONTENT RIGHT ****************************************************/
        
        #contentRight
        {
            width: 600px;
            
            margin-right: 10px;
                       
            text-align: justify;
            
            float: right;
        }
        
        body>#page #contentRight
        {
            margin-right: 40px;
        }
        
                #contentMainText a, #contentNewsText a, #footer a, #contentNewsPaging a, div.MORE a
                {
                    text-decoration: none;
                    color: #A8000C;
                }
                
                #contentMainText a:hover, #contentNewsText a:hover, #footer a:hover, #contentNewsPaging a:hover, div.MORE a:hover
                {
                    text-decoration:underline
                }
                
                #contentMainText a:visited, #contentNewsText a:visited, #footer a:visited, #contentNewsPaging a:visited, div.MORE a:visited
                {
                    color: #000000;
                }
        
            #contentRight img           
            {          
                margin-bottom: -3px;
            }            
            
            #contentMain
            {
                width: 100%;                
            }
            
            #contentMainWrapper
            {
                background-image: url('/img/page_wrapper.gif');
                background-repeat: repeat-y;
                
                width: 100%;
                
                margin-bottom: 20px;
                
            }
            
                #contentMainTitle
                {
                    float: left;
                    
                    width: 190px;                                                          
                    
                    overflow: hidden;
                    
                    text-align: right;                                        
                    text-transform: lowercase;
                }   
                
                    #contentMainTitle h1
                    {
                        margin: 30px 20px 30px 20px;
                        
                        font-size: 1.6em;
                        font-weight: normal;
                        
                        color: #ffffff;                   
                        
                    }
                
                #contentMainPerex
                {
                    float: right;
                    width: 370px;
                    margin: 20px 20px 0 20px;
                    
                    font-size: .9em;
                    
                    color: #ffffff;
                    
                    overflow: hidden;                    
                    
                }
                
                #contentMainDividerHomepage
                {
                    background-image: url('/img/page_divider_homepage.gif');
                    background-repeat: no-repeat;
                    
                    margin: 0;
                    padding: 0; 
                    
                    height: 40px;                                                       
                    
                }
                
                #contentMainDivider
                {
                    background-image: url('/img/page_divider.gif');
                    background-repeat: no-repeat;
                    
                    margin: 0;
                    padding: 0; 
                    
                    height: 100px;
                                                       
                    
                }             
            
            #contentNewsText
            {
                padding-top: 15px;
            }
            
            #contentMainText, #contentNewsText
            {
                font-size: .85em;
                color: #5c5b60;
                
                width: 575px;
                
                overflow: hidden;
                
                padding-left: 15px;
                padding-right: 15px;
            }
            
            #contentNewsText a.back
            {
                display: block;
                
                width: 60px;
                height: 40px;
                
                background-image: url('/img/arrow_up_green.gif');
                background-repeat: no-repeat;
                
                margin: 0;
                padding-left: 25px;
                
                line-height: 40px;
                font-weight: bold;
                color: #adb81a;
                text-decoration: none; 
                text-transform: lowercase;
            }   
            
                #contentNewsText a.back:hover
                {
                    background-image: url('/img/arrow_up_red.gif');
                    
                    color: #a8000c;
                }               
                    
                #contentNewsText a.back:visited
                {                                       
                    color: #adb81a;
                    text-decoration: none;
                }
            
            #contentMainText h2, #contentNewsText h2
            {
                font-size: 2.1em;
                font-weight: bold;
                margin: 20px 0 20px 0; 
                border-bottom: 1px solid #007098;
                color: #007098;             
            }
            
            #contentMainText h3, #contentNewsText h3
            {
                font-size: 1.75em;
                font-weight: bold;
                margin: 20px 0 20px 0;            
                border-bottom: 1px dotted #adb81a;
                color: #adb81a;
            }
            
            #contentMainText h4, #contentNewsText h4
            {
                font-size: 1.5em;
                font-weight: bold;
                margin: 20px 0 20px 0;             
            }
            
            #contentMainText ul, #contentNewsText ul
            {
                margin-left: 15px;
            }
            
            #contentMainText table, #contentNewsText table
            {
                border: 0;
            }                
            
            #contentMainText table tbody tr th, #contentNewsText table tbody tr th
            {
                color: #ffffff;
                background-color: #007098;
                font-weight: normal;
                border: 0;
                padding: 5px;
            }
            
            #contentMainText table tbody tr td, #contentNewsText table tbody tr td
            {
                background-color: #eeeeee;
                border: 0;
                padding: 5px;               
            }
            
            #contentMainText table tbody tr td.firstCol, #contentNewsText table tbody tr td.firstCol
            {
                color: #000000;
                background-color: #adb81a;                
                border: 0;
                padding: 5px;              
            }
            
            #intranetLoginForm
            {
                margin: 20px 0 0 0;
                padding: 0;
                
                width: 100%;
                text-align: center;
            }
            
            #intranetLoginForm div.formWrapper
            {
                width: 250px;
                border: 1px solid #acadb0;                
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                padding: 0 10px 10px 10px;
            }
            
            #intranetLoginForm div.formWrapper div.input, #intranetLoginForm div.formWrapper div.submit
            {
                margin-left: auto;
                margin-right: auto;              
            }
            
            
            #intranetLoginForm div.formWrapper div.input label
            {   
                margin-left: 40px;           
                margin-top: 0;
                
                line-height: 14px;
                               
                width: 50px;
                height: 14px;
                float: left;
                
                font-weight: bold;
                text-align: left;
            }
            
            
            #intranetLoginForm div.formWrapper div.input
            {
                clear: both;
                padding: 7px 0 7px 0;                                               
            }
            
            #intranetLoginForm div.formWrapper div.input input
            {
                float: right;
                width: 100px;
                height: 14px;
                                
                margin-right: 40px;                                                              
                
                border: 1px solid #5c5b60;
                width: 100px;
                height: 14px;
                
                font-size: 1em;
                color: #5c5b60;                
            }
            
            #intranetLoginForm div.formWrapper div.submit, #intranetLoginForm div.formWrapper div.input
            {
                clear: both;
            }
            
            #intranetLoginForm div.formWrapper div.submit
            {
                text-align: right;            
            }
            
            #intranetLoginForm div.submit button
            {                               
                
                display: block;
                    
                /*position: absolute;
                top: 0;
                right: 0;*/
                                            
                width: 80px;
                height: 40px;
                min-height: 40px;
                
                background-image: url('/img/arrow_right_red.gif');
                background-color: #FFFFFF;
                background-repeat: no-repeat; 
                background-position: right;
                
                border: 0;
                
                padding: 0 20px 0 0;
                margin: 0;
                
                font-weight: bold;
                font-size: 1em;
                color: #a8000c;
                line-height: 40px;                               
                                                   
                cursor: pointer; cursor: hand;
          
            }
            
                #intranetLoginForm div.submit button:hover
                {
                    background-image: url('/img/arrow_right_green.gif');
                    color: #adb818;
                }
            
            #intranetLoginForm div.formWrapper div.submit button
            {
                margin-left: auto;
                margin-right: 10px;
            }
            
            #intranetLoginForm div.submit button
            {
                margin-left: 10px;
                margin-right: auto;
            }
            
                
            
            
            #contentNewsTop
            {                           
                width: 100%;
                height: 50px;
                
                background-image: url('/img/top_news.gif');
                background-repeat: no-repeat;

            }     
            
            #contentPressTop
            {            
                width: 600px;
                height: 50px;
                
                background-image: url('/img/top_press.gif');
                background-repeat: no-repeat;
            }
            
            a.back
            {
                display: block;
                
                width: 60px;
                height: 40px;
                
                background-image: url('/img/arrow_up_green.gif');
                background-repeat: no-repeat;
                
                margin: 0;
                padding-left: 25px;
                
                line-height: 40px;
                font-weight: bold;
                color: #adb81a;
                text-decoration: none; 
                text-transform: lowercase;
            }   
            
                a.back:hover
                {
                    background-image: url('/img/arrow_up_red.gif');
                    
                    color: #a8000c;
                }               
                    
                a.back:visited
                {
                    
                    color: #adb81a;
                    text-decoration: none;
                }
            
            
            #contentNewsList
            {
                font-size: .9em;
                margin: 0;
            }            
                
                #contentNewsList div.NewsItem
                {
                
                    position: relative;
                    
                    padding-top: 20px;
                    padding-bottom: 20px;
                    
                    width: 600px;
                    /*left: -20px; /* IE 6 */         
                    
                    background-image: url('/img/page_wrapper.gif');
                    background-repeat: no-repeat;
                    background-position: bottom;                  
                    
                    clear: both; 
                                    
                }
                
                body>#page #contentNewsList div.NewsItem
                {
                    left: 0;
                }
                
                #contentNewsList div.NewsItem div.NewsDate
                {
                    float: left;
                    
                    width: 180px;
                    
                    text-align: right;                    
                    font-weight: bold;                   
                    color: #007098;
                    
                }

                #contentNewsList div.NewsItem div.NewsBody
                {                                        
                    float: right;                    
                    margin-right: 20px; /* IE 6 */        
                    width: 360px;                             
                }
                
                body>#page #contentNewsList div.NewsItem div.NewsBody
                {
                    margin-right: 40px;
                    
                }
                
                #contentNewsList div.NewsItem div.NewsBody h3
                {
                    font-weight: bold; 
                    font-size: 1em;
                    color: #a8000c;
                    
                    margin-bottom: 10px;
                }
                
                #contentNewsList div.NewsItem div.NewsBody h3 a
                {
                    text-decoration: none;
                    color: #a8000c;
                }
                
                #contentNewsList div.NewsItem div.NewsBody h3 a:hover
                {
                    text-decoration: underline;
                }
                
                #contentNewsList div.NewsItem div.NewsBody p
                {
                    margin: 0;
                }

                #contentNewsList div.NewsItem div.NewsBody p a.back
                {
                    position: absolute;
                    bottom: 10px;
                    left: 30px;                    
                }             
                
                    
                
                      
    
                #contentNewsList div.NewsItem div.NewsBody p a.detail
                {
                    position: absolute;
                    bottom: 10px;
                    left: 30px;
                    
                    
                    display: block;
                                            
                    width: 20px;
                    height: 40px;
                    
                    background-image: url('/img/arrow_right_green.gif');
                    background-repeat: no-repeat;                                               
                    
                    margin: 0;

                }
                
                    #contentNewsList div.NewsItem div.NewsBody p a.detail:hover
                    {
                        background-image: url('/img/arrow_right_red.gif');
                    }            
                
                #contentNewsPaging
                {
                    text-align: center;
                    font-size: .75em;
                    
                    margin-top: 15px;
                }
                
                                        
    /*** FOOTER ***************************************************************/
    
    #footer
    {
    
    }
    
        /*** FOOTER TOP *******************************************************/
        
        #footerLogo        
        {
            float: right;
        
            background-image: url('/img/mpo_logo.gif');
            background-repeat: no-repeat;
            background-position: bottom;
            
            width: 600px;
            height: 55px;
            
            margin: 50px 20px 10px 0; /* IE 6 */
            
            border-top: 2px solid #acadb0;
            
            clear: both;
        }
        
        body>#page #footerLogo
        {
            margin: 50px 40px 10px 0;
        }
        
        #footerRibbon
        {
            background-image: url('/img/ribbon.gif');
            background-repeat: no-repeat;
            
            height: 10px;
        
            clear: both;
        }
        
        #footerBottomNoPrint
        {
            font-size: .75em;
            text-align: right;
            
            margin: 5px 40px 5px 40px;
        }
        
        #footerBottomPrint
        {
            display: none;
        }
        
/*** FULLTEXT *****************************************************************/

    
#contentSearchTop
{    
    width: 600px;
    height: 50px;
    
    background-image: url('/img/top_search.gif');
    background-repeat: no-repeat;
    
    margin-bottom: 15px;   
}
    
#contentFulltextInfo
{
    padding-bottom: 15px;
    padding-left: 20px;
    
    font-size: .9em;
    
    
    background-image: url('/img/page_wrapper.gif');
    background-repeat: no-repeat;
    background-position: bottom;  
}

div.INNER
{
    font-size: .9em;
}

span.ftHl
{
    background-color: rgb(255, 248, 147);    
}

div.INNER h2
{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
}
    
div.INNER h2 a
{
    text-decoration: none;
    color: #a8000c;
}
    
div.INNER h2 a:hover
{
    text-decoration: underline;
}
    
div.INNER p
{    
    padding-left: 20px;
    padding-right: 20px;       
}
    
div.INNER div.MORE
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    
    background-image: url('/img/page_wrapper.gif');
    background-repeat: no-repeat;
    background-position: bottom; 
    
}
   
div.INNER div.MORE span.NoDisplay, div.INNER div.MORE span.Print
{    
    display: none;
}

/*** IE6 HACKS ****************************************************************/
.IE6NewsList
{
    position: relative;
    left: -20px;
}

body>#page .IE6NewsList
{
    position: static;
    left: 0;
} 

.IE6NewsDetail
{
    position: relative;
    left: -15px;
}

body>#page .IE6NewsDetail
{
    position: static;
    left: 0;
} 

.IE6Search
{
    position: relative;
    left: -20px;
}

body>#page .IE6Search
{
    position: static;
    left: 0;
} 
 
/*** EOF **********************************************************************/    
}

#wbnd
{
	position: absolute;
	top: -50000px;
	left: -50000px;
}
