#container {
   display:block;
	 margin:auto;
	 height:1675px;
	 width:850px;
	 text-align:center;
   background:#333333;	 
	 }
#content {
   display:block;
	 margin:auto;
	 height:1675px;
	 width:850px;	 
   background: none; 
	 border:1px solid #ffffff;
}
#left_nav {
   float:left;
   display:block;
	 margin:auto;
	 height:950px;
	 width:100px;
	 text-align:left;	 
   background: none;
}
#main_text {
   float:left;
   display:block;
	 margin:auto;
	 height:1400px;
	 width:750px;
	 text-align:center;	 
   background: #000000;
}
