html,body	{
    height:100%;
    margin:0;
    padding:0;
}

body	{
    background-color:#D8D8D8;
    min-width:761px;
    min-height:424px;
}

#topmargin	{
    float:left;
    height:50%;
    margin-top:-212px;
    width:100%;
}    

#container	{
    width:761px;
    height:424px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    clear:both;
    border:1px solid #464646;
}

#lgxfade	{
    position:absolute;
    top:0px;
    left:0px;
    width:551px;
    height:424px;
}
    
#rotator img	{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#home-right	{
    position:absolute;
    top:0px;
    left:551px;
    width:210px;
    height:424px;
    background:url(../images/home-right.gif) no-repeat top left;
}
