.chef                  { position: absolute;
                        top:50%;
                        left:50%;
                        }

.main                  { position: absolute;
                        	top: -300px;
                        	left: -500px;
                        width: 1000px;
                        height: 600px;
                        z-index: 2;
                        }

.tmain                  { position: absolute;
                        	top: -300px;
                        	left: -250px;
                        width: 500px;
                        height:600px;
                        z-index: 2;
                        }
                        
.text                  {
						font-family:tahoma;
						font-size:12px;
						position:absolute; 
							top:250px; 
							left:550px;
						width:300px;
						}
                        
.ttext                  {
						font-family:tahoma;
						font-size:12px;
						text-align:center;
						}