/* CSS Document */

body{ 
background-color:#000000;
WIDTH: 100%;
BACKGROUND-IMAGE:url(images/bg.jpg);
BACKGROUND-REPEAT: repeat-x;
BACKGROUND-POSITION: top;
}

#main{width:800px; 
azimuth:center;

margin:auto;
overflow:hidden;
}

#header1{width:800px;
height:125px;
}

#nav{width:800px;
height:35px;
background-color:#999999;
}

#header2{width:800px;
height:200px;
}

#working{width:800px;
background-color:#FFFFFF;
}
#main #working td {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
}
