			html, body {
				height: 100%;
			}
						
			body {
				margin: 0;
				padding: 0;
				background: url('images/rep.gif');
				font-family: tahoma,arial,helvetica,verdana; 
				font-size: 11px; 
				color: white; 
				font-weight: normal;
			}
			
			#container {
				position: relative;
				margin: 0 auto;
				width: 768px;
				background: url('images/bkg.jpg') no-repeat #101010;
				min-height: 100%;
				border-left: #393939 1px solid;
				border-right: #393939 1px solid;
			}
			
			#left {
				float: left;
				width: 250px;
			}
			
			#right {
				float: left;
			}

			a {font-family: tahoma,arial,helvetica,verdana; font-size: 11px; color: #c8c8c8; text-decoration: none; font-weight: normal;}  
			a:hover {font-family: tahoma,arial,helvetica,verdana; font-size: 11px; color: #FF6008; text-decoration: none; font-weight: normal;}
