/* CSS Document */

	body
	{
		margin: 0;
		padding: 0;
		background: #000000;
	}
  
#maintenance
	{
		border: 0px;
    width: 960px;
    height: 99%;
    background-image: url("bg2.jpg");
    background-repeat: no-repeat;
    
	}
  
#maintenance_blue
	{
		border: 0px;
    width: 960px;
    height: 99%;
    background-image: url("bg3.jpg");
    background-repeat: no-repeat;
    
	}