﻿/* but what about making ross transparent - maybe the delayed png will work on this? 
GET BACK TO PNG   
*/
/* and stopping him moving in */ /* fix that expression freeze, conditional?*/
html, body, form  
{
    margin: 0; 
    padding: 0; 
    height: 100%; /* needed for container min-height */
    font-family: arial,sans-serif; 
    font-size: small; 
    min-height: 720px; /*NOTE */
} 

div#container { 
    position: relative; /* needed for footer positioning*/ 
    margin: 0 auto; 
/* center, not in IE5 */    width: 900px; 
    
    height: auto !important; /* real browsers */ 
    height: 100%; /* IE6: treaded as min-height*/ 
    min-height: 100%; /* real browsers */
    
  
} 
div#header  
{
    padding: 1em;
    width: 900px;
} 
div#content { 
    padding: 1em 1em 5em 0em; /* bottom padding for footer */    
} 
div#footer { 
    position: absolute; 
    width: 100%; 
    bottom: 0; /* stick to bottom */ 
    border-top: 0px; 
}

#content 
{	/*background-color:#011E1D;*/
   /* height: 635px;654, and 41 diff*/	
    width:1px;
/*
width:expression(document.body.clientWidth< 742? "740px":"auto");	
min-width: 740px;
max-width: 1200px; 
*/

   /*padding: 0px 2px 0px 0px;  */
	/*margin: 0px; */
}


/* ----------------------------------------------------------------- */


.rosspage
{
/*background-color:#011E1D;*/
   
    background-position: left top;
    background-attachment: scroll;
    /* MOJITO */
    /*background-image: url(Pics/Gradient.gif);*/
    /* MOJITO */
    /* LAST DAYS */
    /*background-color:#011E1D;*/
    /* LAST DAYS */    
}

/* ------------------------- TABLE RELATED DEC ------------------------- */
.container
{
    /* background-color:#0AAAAA;*/
    min-width:900px; 	
    
}

