/* 
    Document   : home_style
    Created on : 16-May-2013, 17:22:12
    Author     : mark
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background: url("leaves.jpg") repeat;
   
}
 #title_bar{
    width: 100%;
    height:auto;
    background-color: blue;
    border-radius: 7px;
    
}
#text_title{
    font-size:xx-large;
    text-shadow: 1px burlywood;
    
}
#title_bar_table{
    width: 100%;
    border-radius: 7px;
}

#image{
   
    border-radius: 7px;
}
#login{
    right:0;
    top:0;
    width:500px;
    height:auto;
    background-color: red;
    border-radius: 7px;
}

