
* html body{
	text-align:center;	
    }

#center_pos{
        margin: 0 auto;
        margin-top:200px;
        text-align:center;	 
        background-color:red;
        width:500px;
        height:260px;  
    }	

#left_pos{
        margin-top:100px; 
       	font-family:Arial;
        font-size:10;
				text-align:center;
}

#foother{
        text-align:center;
        margin-top:100px;
        font-family:Arial;
        font-size:10;

}			 


