/* 
    Document   : video
    Created on : Mar 9, 2010, 12:21:34 PM
    Author     : edgray
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    background-color: #fff;
    background-image: url('http://www.willowinteractv.com/ipf/_locals/_img/bg_dots.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#page{
    width: 618px;
    height: 550px;
    margin: 10px auto;
}
#header{
    width: 618px;
    height: 94px;
}
#video {
    width: 480px;
    height: 270px;
    margin: 10px auto;
    outline-color:#999;
    outline-style:solid;
    outline-width:1px;
}
#footer {
    width: 618px;
    height: 66px;
}

