/*------------------------------------------------------------------
[Layout Stylesheet]

Project:						California Real Milk
Primary use:					Web site - Screen
-------------------------------------------------------------------*/

html { 
	height: 99%; 
	overflow:auto; 
	margin: 0px; 
	padding: 0px; 
	}

body { 
	width: 100%;
	height: 100%;
	font: 80% Arial, Helvetica, sans-serif;		
	color: #000;
	background-color: black;
	background: url("../images/wood_bg.jpg");
    margin: 0px; 
	padding: 0px;
	
	} 
            
#content { 
   margin: 0px; 
	padding: 0px; 
    }

            
#main {
    display:none;
      }
      
#flashContent {

	margin-top: 0px;
	padding-top: 0px;
}
     
#noFlash {
	width: 100%;
	height: 400px;
	margin-top: 100px;
	padding-top: 0px;
}
          
#footer {
    color:#FFF;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	width:100%;
	height:30px;
	padding-top:0px;
	bottom:0px;
   	}

a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	}
            
a:hover {
	text-decoration: underline;
	color: white;
	}

h1 {
	color: white;
	font-size: 18px;
	}
    