* { margin: 0; padding:0; }
		
		body { 
			background-color: #feeeee;
			font: 12px Verdana, Arial, helvetica, 'Lucida Grande', san-serif;
			}
			
		#page {
			margin: 20px auto;
			text-align: center;
			border: 2px solid #440000;
			background: #eeeeee url(imgs/10.gif) repeat top center;
			}
			
		#maintable {
            margin: 10px;
            padding: 10px;
            background: #eeeeee url(imgs/10.gif) repeat top center;
            }
			
			
		#head {
			text-align: center;
			height: 100px;
			}
			
		#content {
			height: 100%;
			}
		
		#lefttbl {
			width: 150px;
			height: 100%;
			text-align: center;
			}
		
		#cntr {
			text-align: center;
			}
		
		#righttbl {
			width: 150px;
			height: 100%;
			text-align: center;
			}
			
		#footer {
			background: #eeeeee url(imgs/10.gif) repeat top center;
			width: 100%;
			height: 80px;
			padding-top: 20px;
			text-align: center;
			}