/* 
    Document   : morlock
    Created on : 18.03.2013, 13:41:54
    Author     : andrija
    Description:
        Purpose of the stylesheet follows.
*/

        body {
            background: #000;
            color: #fff;
            font-family: Arial;
            font-size: 12px;

        }

        #video_wrapper {
            width: 80%;
            height: 100%;
            margin: 0 auto;
            position: relative;
        }
        
        #menue {
            position: absolute;
            right: 2px;
            top: 0px;
            bottom: 0px;
        }
        
        #content {
            position: relative;
            left: 9px;
            width: 500px;
        }
        
        #content a {
            color: #fff;
        }
